forked from aws-deadline/deadline-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-testing.txt
More file actions
27 lines (26 loc) · 1002 Bytes
/
requirements-testing.txt
File metadata and controls
27 lines (26 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
coverage[toml] == 7.*; python_version > '3.7'
coverage[toml] ~= 7.6; python_version == '3.7'
coverage-conditional-plugin == 0.9.*
pytest == 9.*; python_version > '3.9'
pytest == 8.*; python_version <= '3.9'
pytest-cov == 7.*; python_version > '3.8'
pytest-cov == 5.*; python_version <= '3.8'
pytest-timeout == 2.*
pytest-xdist == 3.*
freezegun == 1.*
types-pyyaml == 6.*
twine == 4.*; python_version == '3.7'
twine == 6.*; python_version > '3.7'
mypy == 1.13.*; python_version == '3.7'
mypy == 1.*; python_version > '3.7'
ruff == 0.15.*
moto == 5.*
jsondiff == 2.*
pyinstrument == 5.*
# MCP (Model Context Protocol) library for MCP unit tests
mcp >= 1.13.0; python_version >= '3.10'
# OpenJD model library for job template parsing in mock backend
openjd-model >= 0.8.0; python_version >= '3.9'
# GUI testing dependencies
pytest-qt == 4.*; platform_system in "Windows Darwin" and python_version >= "3.9"
PySide6-essentials >= 6.6,< 6.11; platform_system in "Windows Darwin" and python_version >= "3.9"