We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d53afb commit 82abce8Copy full SHA for 82abce8
test_requirements.txt
@@ -1,4 +1,4 @@
1
-pytest==4.2.0
2
-pytest-cov==2.6.1
3
-pytest-xdist==1.26.1
4
-coverage==4.5.2
+pytest==4.5.0
+pytest-cov==2.7.1
+pytest-xdist==1.28.0
+coverage==4.5.3
tox.ini
@@ -18,5 +18,5 @@ commands =
18
19
[testenv:lint]
20
basepython=python3.7
21
-deps = flake8==3.7.3
+deps = flake8==3.7.7
22
commands = flake8 --max-complexity 10 hyperframe test
0 commit comments