di / pytest-reqs

py.test plugin for checking requirements files
https://pypi.org/p/pytest-reqs
MIT License
25 stars 6 forks source link

Hyphens vs underscores in package names #37

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

All of my requirements which used _ were required to be switched to using - .

Not 100% sure what component is causing that.

Ideally pytest-reqs handles this difference internally, otherwise it is yet another regression for switching away from using pip.