mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-27 22:30:11 +03:00
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
pytest==9.1.1
|
|
pytest-timeout==2.4.0
|
|
pytest-asyncio==1.4.0
|
|
httpx==0.28.1
|
|
httpx_ws==0.7.2 # upgrading leads to failures in tests
|
|
pytest-random-order==1.2.0 # opt-in: --random-order --random-order-bucket=global (legacy suites are not shuffle-clean yet, see .claude/skills/gns3-api-test-writing)
|
|
pytest-cov==7.1.0
|
|
ruff==0.16.9
|
|
mypy==2.3.1
|
|
rust-just==1.58.0 # provides the `just` command runner, see justfile
|