diff --git a/.zuul.yaml b/.zuul.yaml index dccab90..9a6bc80 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,6 @@ - project: templates: - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - check-requirements diff --git a/tox.ini b/tox.ini index b921158..8025609 100644 --- a/tox.ini +++ b/tox.ini @@ -78,11 +78,3 @@ commands = python setup.py bdist_wheel [hacking] import_exceptions = watcherclient._i18n - -[testenv:lower-constraints] -basepython = python3 -install_command = pip install -U {opts} {packages} -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt