di / pytest-reqs

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

lines starting with # are an error #35

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

Comments in requirement files are now an invalid requirement '#' .

Likely best solved in pip-api

di commented 6 years ago

Fixed in https://github.com/di/pip-api/pull/11.