Remove runtime depend on pbr

There is actuall no runtime depend. There is a build time depend, but
that's taken care of already.

Change-Id: I4bc7b012f9e5dd9f16c67ca3dcdfdeb5e63cd912
This commit is contained in:
Monty Taylor 2017-03-29 05:04:49 -05:00
parent 6fc1f5e800
commit babf4d2486
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
pbr>=0.18

View File

@ -6,8 +6,7 @@ envlist = pep8, py27, py35
[testenv]
usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'