mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
pyln: Make the pytest requirement less stringent
This commit is contained in:
parent
1884500bf8
commit
81d8525d86
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pytest==5.3.1
|
||||
pytest>=5.3.1
|
||||
Flask==1.1.1
|
||||
cheroot==8.2.1
|
||||
ephemeral-port-reserve==1.1.1
|
||||
|
|
|
@ -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.3.1
|
||||
python-bitcoinlib==0.10.2
|
||||
recommonmark==0.5.0
|
||||
sphinx-rtd-theme==0.4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue