From 49a472e4aa6f12c6fafb7f52c9fcb41ec89760ce Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Wed, 17 Aug 2016 14:19:01 +0100 Subject: [PATCH] Remove requirements.txt install for testing These packages will already be installed as part of the swift installation, so it is redundant to install these again. This PR removes the redundant requirements file installation. Change-Id: If0b1787381b388b2a1ead3dbda1b439dd55dbf6e --- tests/test-swift-functional.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-swift-functional.yml b/tests/test-swift-functional.yml index 8595ae8b..4f784380 100644 --- a/tests/test-swift-functional.yml +++ b/tests/test-swift-functional.yml @@ -104,7 +104,6 @@ virtualenv: "{{ swift_bin | dirname }}" with_items: - "/opt/swift/test-requirements.txt" - - "/opt/swift/requirements.txt" - name: Setup test.conf for testing template: src: "swift_test.conf.j2"