diff options
| author | Brant Knudson <bknudson@us.ibm.com> | 2014-01-08 14:41:01 -0600 |
|---|---|---|
| committer | Brant Knudson <bknudson@us.ibm.com> | 2014-01-08 14:45:16 -0600 |
| commit | 9d13d5929fd957bc471dde32bb3b1742f449dbb1 (patch) | |
| tree | 10b8d53199118690bcd5b540076b88c1ddbb49b1 /tox.ini | |
| parent | 0b25aa7c80e1686be848b8dbde3b7a02d53b0a72 (diff) | |
| download | python-keystoneclient-9d13d5929fd957bc471dde32bb3b1742f449dbb1.tar.gz | |
Revert "Whitelist external netaddr requirement"
This reverts commit 01dc81aa148adaa127281f197047636cf2d2c898.
The netaddr package is now hosted on PyPI, so this workaround is
not needed anymore.
Change-Id: I76957aa5e276036921696f27e18efb5494b33120
Closes-Bug: #1266513
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = py26,py27,py33,pep8 [testenv] usedevelop = True -install_command = pip install --allow-external netaddr --allow-insecure netaddr -U {opts} {packages} +install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en |
