From 062d430f9621e2912848c513e4aec0d2e12d5968 Mon Sep 17 00:00:00 2001 From: Bram Verschueren Date: Thu, 20 Feb 2020 09:47:45 +0100 Subject: [PATCH] Cleanup unit test requirements The unit test requirements were copied as part of the migration from the Ansible repo. This removes requirements that are not used in the OpenStack Ansible collections unit tests. Change-Id: I8b8914ffa327b4914169e79625972d4c67e406cb --- tests/unit/requirements.txt | 43 ------------------------------------- 1 file changed, 43 deletions(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 69375f8e..9091edae 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,45 +1,2 @@ -boto3 -placebo -pycrypto -passlib -pypsrp -python-memcached -pytz -pyvmomi -redis -requests -setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok) -unittest2 ; python_version < '2.7' -importlib ; python_version < '2.7' -netaddr -ipaddress -netapp-lib -solidfire-sdk-python - -# requirements for F5 specific modules -f5-sdk ; python_version >= '2.7' -f5-icontrol-rest ; python_version >= '2.7' -deepdiff - -# requirement for Fortinet specific modules -pyFMG - -# requirement for aci_rest module -xmljson - -# requirement for winrm connection plugin tests -pexpect - -# requirement for the linode module -linode-python # APIv3 -linode_api4 ; python_version > '2.6' # APIv4 - -# requirement for the gitlab module -python-gitlab -httmock - -# requirment for kubevirt modules -openshift ; python_version >= '2.7' - # requirements for openstack collection munch