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
This commit is contained in:
Andy McCrae 2016-08-17 14:19:01 +01:00
parent 346381794b
commit 49a472e4aa

View File

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