summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-27 17:12:44 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-27 17:14:10 +0000
commitb04cba81ac966717472ae714b6c65c9cc7535978 (patch)
tree55b94a6df28a04cb565f4e8886d74e8584ec8074
parentb1f0f8a001e73fccc8dbf1a2e13be06f60cf1e86 (diff)
downloadcliff-b04cba81ac966717472ae714b6c65c9cc7535978.tar.gz
Remove lower-constraints
This is not part of the PTI and is currently broken. While discussions are ongoing about removing it from every project, there's a definite lean towards doing so. Let's do just that. We can re-add in the future if necessary. While we're here, we fix some indentation in 'tox.ini'. Change-Id: Ib4784d9da96d05a54acdfbb3744af0cb053c0c6c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--.zuul.yaml1
-rw-r--r--lower-constraints.txt33
-rw-r--r--tox.ini26
3 files changed, 10 insertions, 50 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 5d5177a..6d5d436 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -23,7 +23,6 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
check:
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index 15a7668..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-alabaster==0.7.10
-bandit==1.1.0
-cmd2==0.8.0
-coverage==4.0
-docutils==0.11
-extras==1.0.0
-fixtures==3.0.0
-gitdb==0.6.4
-GitPython==1.0.1
-imagesize==0.7.1
-Jinja2==2.10
-linecache2==1.0.0
-MarkupSafe==1.1.1
-pbr==2.0.0
-prettytable==0.7.2
-Pygments==2.2.0
-pyparsing==2.1.0
-pyperclip==1.5.27
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-PyYAML==3.12
-requests==2.14.2
-smmap==0.9.0
-snowballstemmer==1.2.1
-Sphinx==2.0.0
-sphinxcontrib-websupport==1.0.1
-stestr==1.0.0
-stevedore==2.0.1
-testscenarios==0.4
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
diff --git a/tox.ini b/tox.ini
index b794c83..73e9082 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,10 +6,10 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
setenv =
- VIRTUAL_ENV={envdir}
- OS_STDOUT_CAPTURE=1
- OS_STDERR_CAPTURE=1
- OS_TEST_TIMEOUT=60
+ VIRTUAL_ENV={envdir}
+ OS_STDOUT_CAPTURE=1
+ OS_STDERR_CAPTURE=1
+ OS_TEST_TIMEOUT=60
distribute = False
commands =
stestr run {posargs}
@@ -48,18 +48,12 @@ commands = {toxinidir}/integration-tests/openstackclient-tip.sh {envdir}
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-
[testenv:cover]
setenv =
- {[testenv]setenv}
- PYTHON=coverage run --source cliff --parallel-mode
+ {[testenv]setenv}
+ PYTHON=coverage run --source cliff --parallel-mode
commands =
- stestr run {posargs}
- coverage combine
- coverage html -d cover
- coverage xml -o cover/coverage.xml
+ stestr run {posargs}
+ coverage combine
+ coverage html -d cover
+ coverage xml -o cover/coverage.xml