mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
Upgrade pytest. Fixes #2130
This commit is contained in:
parent
6b3d4feab8
commit
a6959de1f8
@ -1,7 +1,7 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pytest==7.0.1; python_version < '3.7' # last version to support Python 3.6
|
pytest==7.0.1; python_version < '3.7' # last version to support Python 3.6
|
||||||
pytest==7.1.2; python_version >= '3.7'
|
pytest==7.1.3; python_version >= '3.7'
|
||||||
flake8==5.0.4
|
flake8==5.0.4
|
||||||
pytest-timeout==2.1.0
|
pytest-timeout==2.1.0
|
||||||
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6
|
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user