Fix ansible-test unit test requirements.

Requirements were incorrectly added to ansible-test in https://github.com/ansible/ansible/pull/61813

These requirements should have been placed into `test/units/requirements.txt` instead.
Now that the relevant content has been migrated out of the repository, the requirements are no longer necessary there either.

No changelog entry for this change since the original changes were not included in any release and also lacked a changelog entry.
pull/68220/head
Matt Clay 6 years ago
parent 263213b1ab
commit b01a361a24

@ -49,4 +49,3 @@ mccabe == 0.6.1
pylint == 2.3.1
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
wrapt == 1.11.1
semantic_version == 2.6.0 # newer versions are not supported on Python 2.6

@ -5,6 +5,3 @@ pytest
pytest-mock
pytest-xdist
pyyaml
# requirement for maven_artifact
semantic_version

Loading…
Cancel
Save