Skip to content

Commit

Permalink
Fix CI by specifying pytest lower bound
Browse files Browse the repository at this point in the history
```
pluggy.manager.PluginValidationError: Plugin 'pytest_cov' could not be loaded: (pytest 4.3.1 (/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages), Requirement.parse('pytest>=4.6'))!
```
  • Loading branch information
mxr committed Jul 7, 2020
1 parent a57f61f commit fd637b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,5 @@ coverage
pytest-coverage
coveralls
mock
pytest
pytest>=4.6
maya; python_version == '2.7' or python_version >= '3.6'

0 comments on commit fd637b7

Please sign in to comment.