Change test requirement testinfra to pytest-testinfra.

According to the testinfra changelog, since version 6.0.0, testinfra
is know as pytest-testinfra, and the use of testinfra is deprecated.
This change will prevent future isses when updating requirements using
`pip`.

Ref: https://testinfra.readthedocs.io/en/latest/changelog.html
This commit is contained in:
Rafael Guterres Jeffman
2020-12-16 17:57:43 -03:00
parent 8d9e794ddf
commit 04e95cfa1e

View File

@@ -2,6 +2,6 @@
pytest>=2.7 pytest>=2.7
pytest-sourceorder>=0.5 pytest-sourceorder>=0.5
pytest-split-tests>=1.0.3 pytest-split-tests>=1.0.3
testinfra>=5.0 pytest-testinfra>=5.0
jmespath>=0.9 # needed for the `json_query` filter jmespath>=0.9 # needed for the `json_query` filter
pyyaml>=3 pyyaml>=3