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.
This commit is contained in:
Matt Clay 2020-03-13 00:27:03 -07:00 committed by Matt Martz
parent 2dd9c479dc
commit 5159457ba1
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

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