summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2018-05-02 11:29:50 -0400
committerKenneth Giusti <kgiusti@gmail.com>2018-05-02 11:29:50 -0400
commit5187fe533f9efb4c778e9d6979ac85f0ec5555aa (patch)
treee646511d3995057995e147911e9f8d1d23a57682 /tox.ini
parentc474b36793cbafafe0534bb89a4a33dedbb57142 (diff)
downloadoslo-policy-5187fe533f9efb4c778e9d6979ac85f0ec5555aa.tar.gz
Remove stale pip-missing-reqs tox test
pip_missing_reqs tool is no longer maintained and has broken with release 10 of pip Refer to: http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html Change-Id: Ifdc94e6cd8f39007577f1825ad6a65e5bc505911
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 6dcf960..1e200fb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,14 +41,6 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions = oslo_policy._i18n
-[testenv:pip-missing-reqs]
-# do not install test-requirements as that will pollute the virtualenv for
-# determining missing packages
-# this also means that pip-missing-reqs must be installed separately, outside
-# of the requirements.txt files
-deps = pip_missing_reqs
-commands = pip-missing-reqs -d --ignore-module=oslo_policy* --ignore-module=pkg_resources --ignore-file=oslo_policy/test.py --ignore-file=oslo_policy/tests/* oslo_policy
-
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html