This message was deleted.
# wiremock-python
s
This message was deleted.
o
Ah, 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.
m
i think we can drop tox. Im using strategies in github actions to test multiple version of python now
o
I suspect the entire
<https://github.com/wiremock/python-wiremock/blob/master/requirements.pip|requirements.pip>
is dated and YAGNI
m
Hmmm pip it not used by the rest of the build process We can export poetry to a pip compatible file but better if we can pull requests from the pyproject.toml file directly. Do they have them at option ?
o