di / pytest-reqs

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

Add check outdated requirements #12

Closed vtitor closed 6 years ago

vtitor commented 6 years ago

Add options "--reqs-outdated" that allows checking requirements files for updates.

di commented 6 years ago

@vtitor Thanks for this, it looks like a good idea. Could you fix the failing tests and merge conflicts?

vtitor commented 6 years ago

@di Thanks for your plugin. I have fixed.

di commented 6 years ago

Thanks @vtitor!

di commented 6 years ago

This has been released: https://pypi.org/project/pytest-reqs/0.0.7/

vtitor commented 6 years ago

Thank you very much @di!