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:
parent
346381794b
commit
49a472e4aa
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user