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
|
2019-04-30 22:24:25 +08:00
|
|
|
testinfra>=3.0,<3.1
|
|
|
|
pytest-xdist==1.28.0
|
|
|
|
pytest>=4.4,<4.5
|
2018-05-03 01:54:11 +08:00
|
|
|
notario>=0.0.13
|
2019-04-09 15:22:06 +08:00
|
|
|
ansible>=2.8,<2.9
|
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
|
2019-04-30 22:24:25 +08:00
|
|
|
paramiko
|
2019-05-22 16:42:33 +08:00
|
|
|
pytest-rerunfailures
|