Merge pull request #2178 from little-dude/fix_deprecation
tests: fix failure due to pytest deprecation
Showing
... | ... | @@ -4,4 +4,4 @@ mock==1.0.1 |
pytest==2.9.1; python_version == '3.3' | ||
pytest==3.6.3; python_version > '3.3' | ||
pytest-cov==2.1.0 | ||
pytest-timeout==1.2.1 | ||
pytest-timeout==1.3.3 |
Please
register
or
sign in
to comment