Skip to content

Commit

Permalink
Fix pytest major version
Browse files Browse the repository at this point in the history
They released version 6, which is causing some trouble apparently. So fix it
to v5.
  • Loading branch information
cdecker authored and rustyrussell committed Oct 6, 2020
1 parent 66dc3ed commit b6053d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-testing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=5.3.1
pytest==5.*
Flask==1.1.1
cheroot==8.2.1
ephemeral-port-reserve==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6053d7

Please sign in to comment.