Remove custom install_command for argparse
Installing argparse now works with pip 1.5 without the need for externa/unverified flags. Change-Id: I57a62b1703f71149a305a4cb9d74367a642360b7
This commit is contained in:
parent
9d9183f1bc
commit
9da66102d4
2
tox.ini
2
tox.ini
@ -6,8 +6,6 @@ setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONPATH = {toxinidir}/etc/barbican
|
||||
|
||||
# Required for pip 1.5 | Temporally overriding for netaddr - GitHub #392
|
||||
#install_command = pip install --allow-external netaddr --allow-unverified netaddr {opts} {packages}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user