Fix pytest major version

They released version 6, which is causing some trouble apparently. So fix it
to v5.
This commit is contained in:
Christian Decker 2020-10-03 11:32:39 +02:00 committed by Rusty Russell
parent 66dc3ed665
commit b6053d7cd6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pytest>=5.3.1
pytest==5.*
Flask==1.1.1
cheroot==8.2.1
ephemeral-port-reserve==1.1.1

View File

@ -17,7 +17,7 @@ pytest-benchmark==3.2.2
pytest-forked==1.0.2
pytest-timeout==1.3.3
pytest-xdist==1.29.0
pytest>=5.3.1
pytest == 5.*
python-bitcoinlib==0.10.2
recommonmark>=0.6.0
sphinx-rtd-theme==0.4.2