tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

Fix pytest which couldn't be run due to unknown option #47

Closed wagnerpeer closed 3 years ago

wagnerpeer commented 3 years ago

Explicitly set tespaths to tests folder.

tilboerner commented 3 years ago

Thank you very much for your contribution! The project switched to Poetry for dependency management, so there's no more setup.py.

I'd also like to avoid limiting where pytest does discovery - makes it easier to turn on automatic doctest checking for example. :)

Therefore, while I'm happy you submitted it, I hope you don't mind that I'm closing the PR.