wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock
https://wiremock.readthedocs.io
Other
58 stars 26 forks source link

Remove detox from the PIP declaration #78

Closed oleg-nenashev closed 1 year ago

oleg-nenashev commented 1 year ago

It is obsolete: https://pypi.org/project/detox/

detox was a plugin for tox to enable parallel environment execution. tox 3.7 added a native possibility to do this (tox -p|--parallel) and effectively supercedes detox.