summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-13 00:27:03 -0700
committerMatt Clay <matt@mystile.com>2020-03-13 01:24:03 -0700
commitb01a361a24bfdd8e20180e00f8290282b044ef26 (patch)
tree3a8aee9fdd45263f4de6eeab1da3581820a7a4ab
parent263213b1ab6d0cab142a716ec21b93c67b1a3cbb (diff)
downloadansible-b01a361a24bfdd8e20180e00f8290282b044ef26.tar.gz
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.
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt1
-rw-r--r--test/lib/ansible_test/_data/requirements/units.txt3
2 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index b43674e4f5..b96d623cd1 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -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
diff --git a/test/lib/ansible_test/_data/requirements/units.txt b/test/lib/ansible_test/_data/requirements/units.txt
index 2d2508945a..307d7c353f 100644
--- a/test/lib/ansible_test/_data/requirements/units.txt
+++ b/test/lib/ansible_test/_data/requirements/units.txt
@@ -5,6 +5,3 @@ pytest
pytest-mock
pytest-xdist
pyyaml
-
-# requirement for maven_artifact
-semantic_version