di / pytest-reqs

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

Skip unnecessary requirements #33

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

Requirement markers should be evaluated, and requirements discarded when they are not applicable to the users environment.

Fixes https://github.com/di/pytest-reqs/issues/16

jayvdb commented 6 years ago

Rebased.