Files
gns3-gui/dev-requirements.txt

6 lines
176 B
Plaintext
Raw Normal View History

2013-12-21 17:57:51 -07:00
-rrequirements.txt
pytest==8.4.2; python_version == '3.9' # version 8.4.2 is the last one supporting Python 3.9
pytest==9.0.2; python_version >= '3.10'
2026-01-24 19:21:41 +08:00
pytest-timeout==2.4.0