salt/requirements/pytest.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
538 B
Text
Raw Normal View History

mock >= 3.0.0
# PyTest
2024-06-24 03:22:49 -07:00
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
2021-01-12 15:45:09 +00:00
pytest-subtests
2024-03-07 21:38:31 +00:00
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'