You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going through the poetry.lock file in one of my projects and searching for packages that still use six in order to help the package maintainers drop support for python 2.7.
However, pytest-cov lists six as a testing requirement even though it does not support python 2.7. I also came across a couple of issues that I would like to let you know about.
setup.py says that:
six is required but it is not actually used in the project
process-tests is in setup.py but not in ci/requirements.txt
hunter was added in 0d75fd2 with no code dependency. I think this might be a local debugging tool that @ionelmc was using.
I'm going through the poetry.lock file in one of my projects and searching for packages that still use
six
in order to help the package maintainers drop support for python 2.7.However, pytest-cov lists
six
as a testing requirement even though it does not support python 2.7. I also came across a couple of issues that I would like to let you know about.setup.py says that:
process-tests
is in setup.py but not in ci/requirements.txthunter
was added in 0d75fd2 with no code dependency. I think this might be a local debugging tool that @ionelmc was using.pytest-cov/setup.py
Lines 136 to 145 in 2c9f217
These dependencies were moved from tox which made them hard to track.
The text was updated successfully, but these errors were encountered: