salt/requirements/pytest.txt

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

13 lines
319 B
Text
Raw Normal View History

mock >= 3.0.0
# PyTest
pytest >= 7.2.0
pytest-salt-factories >= 1.0.0rc21; sys_platform == 'win32'
pytest-salt-factories[docker] >= 1.0.0rc21; sys_platform != 'win32'
pytest-tempdir >= 2019.10.12
pytest-helpers-namespace >= 2019.1.8
2021-01-12 15:45:09 +00:00
pytest-subtests
pytest-timeout
pytest-httpserver
pytest-custom-exit-code >= 0.3
flaky