2020-01-06 10:35:11 -07:00
|
|
|
mock >= 3.0.0
|
2018-12-10 17:55:42 +00:00
|
|
|
# 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'
|
2023-09-11 09:40:35 +01:00
|
|
|
pytest >= 7.2.0
|
2024-03-21 16:14:52 +00:00
|
|
|
pytest-salt-factories >= 1.0.0
|
2019-11-19 20:49:53 +00:00
|
|
|
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
|
2022-03-09 11:45:22 -08:00
|
|
|
pytest-httpserver
|
2022-05-20 18:43:54 +01:00
|
|
|
pytest-custom-exit-code >= 0.3
|
2021-01-05 06:51:05 +00:00
|
|
|
flaky
|
2023-10-03 17:08:39 +01:00
|
|
|
more-itertools
|
2023-11-27 12:11:19 +00:00
|
|
|
pyfakefs
|
2024-01-18 02:23:37 +00:00
|
|
|
trustme
|
2024-08-09 13:20:04 -06:00
|
|
|
pytest-skip-markers >= 1.5.2 ; python_version >= '3.8'
|
|
|
|
pytest-skip-markers <= 1.5.1 ; python_version < '3.8'
|
2024-10-23 13:12:15 -06:00
|
|
|
pytest-shell-utilities <= 1.9.0; python_version <= '3.9'
|
|
|
|
pytest-shell-utilities >= 1.9.7; python_version >= '3.10'
|