Files
gns3-gui/dev-requirements.txt
2026-02-11 17:42:11 +08:00

6 lines
176 B
Plaintext

-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'
pytest-timeout==2.4.0