Skip to content

Commit 8a6b0d7

Browse files
committed
fix dependency issue
tox requires pluggy<1.0, which matches pluggy==0.7.1, but pytest requires pluggy<0.7. Hack by changing the order of parsing dependencies
1 parent 9cab256 commit 8a6b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ quart==0.6.4;python_version>="3.6"
1414
# tests
1515
coverage==4.5.1
1616
flake8==3.5.0
17-
tox==3.1.2
1817
pytest==3.6.3
1918
pytest-runner==4.2
2019
pytest-asyncio==0.8.0
2120
pytest-tornado==0.5.0
2221
pytest-mock==1.10.0
2322
pytest-cov==2.5.1
23+
tox==3.1.2
2424

2525
# docs
2626
Sphinx==1.7.5

0 commit comments

Comments
 (0)