From 52a3fd062d0ab754130152e9c73aac86ace02673 Mon Sep 17 00:00:00 2001 From: Dantali0n Date: Fri, 2 Jul 2021 11:13:40 +0200 Subject: [PATCH] Drop lower constraints testing Change-Id: If01998ae7422e5e066241f6fe42d08399cd6478f --- .zuul.yaml | 1 - tox.ini | 8 -------- 2 files changed, 9 deletions(-) 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