mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
19 lines
538 B
Text
19 lines
538 B
Text
mock >= 3.0.0
|
|
# PyTest
|
|
docker >= 7.1.0; python_version >= '3.8'
|
|
docker < 7.1.0; python_version < '3.8'
|
|
pytest >= 7.2.0
|
|
pytest-salt-factories >= 1.0.0
|
|
pytest-helpers-namespace >= 2019.1.8
|
|
pytest-subtests
|
|
pytest-timeout >= 2.3.1
|
|
pytest-httpserver
|
|
pytest-custom-exit-code >= 0.3
|
|
flaky
|
|
more-itertools
|
|
pyfakefs
|
|
trustme
|
|
pytest-skip-markers >= 1.5.2 ; python_version >= '3.8'
|
|
pytest-skip-markers <= 1.5.1 ; python_version < '3.8'
|
|
pytest-shell-utilities <= 1.9.0; python_version <= '3.9'
|
|
pytest-shell-utilities >= 1.9.7; python_version >= '3.10'
|