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:
parent
2dd9c479dc
commit
5159457ba1
2 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue