2017-10-30 21:45:59 +08:00
|
|
|
# These are Python requirements needed to run the functional tests
|
2018-12-05 16:36:22 +08:00
|
|
|
six==1.10.0
|
2020-03-05 22:52:56 +08:00
|
|
|
testinfra>=3,<4
|
2019-04-30 22:24:25 +08:00
|
|
|
pytest-xdist==1.28.0
|
2019-11-01 22:25:36 +08:00
|
|
|
pytest>=4.6,<5.0
|
2020-03-24 22:48:58 +08:00
|
|
|
ansible>=2.9,<2.10
|
2019-09-25 19:50:30 +08:00
|
|
|
Jinja2>=2.10
|
2018-05-31 18:02:26 +08:00
|
|
|
netaddr
|
2019-01-17 07:50:23 +08:00
|
|
|
mock
|
2019-04-12 22:46:20 +08:00
|
|
|
jmespath
|
2020-03-24 22:48:58 +08:00
|
|
|
pytest-rerunfailures
|