Amelie Dagenais

Results 1 comments of Amelie Dagenais

I've been running into the same issue. If you look at the setup.py inside https://linkedin.jfrog.io/linkedin/pypi-external/pypi/mccabe/0.5.2/mccabe-0.5.2.tar.gz it defines a dependency on pytest-runner through `setup_requires=['pytest-runner']`. Unfortunately, that's bad practice because it will...