If you run py.test and activate the isort plugin you'll se something like this: $ py.test --isort ===== test session starts ===== platform darwin -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4 plugins: ...
This plugin checks your requirements files for specific versions, and compares those versions with the installed libraries in your environment, failing your test ...