summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-27 17:12:44 +0000
committerJiri Podivin <jpodivin@redhat.com>2022-01-28 12:30:49 +0100
commit37ce807c09fb1dd5770d84b1c8b4d4fd8a2270dc (patch)
tree50fd7bf30014201022ecdc8c21efe8c9182d3287
parent081b48ca0802994f1eb0e0b7f56ebce5c3d73be1 (diff)
downloadcliff-stable/victoria.tar.gz
Remove lower-constraintsstable/victoria
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> (cherry picked from commit b04cba81ac966717472ae714b6c65c9cc7535978)
-rw-r--r--.zuul.yaml1
-rw-r--r--lower-constraints.txt35
-rw-r--r--tox.ini26
3 files changed, 10 insertions, 52 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 42b3162..58a1953 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -23,7 +23,6 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
check:
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index 074fa42..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-alabaster==0.7.10
-Babel==2.3.4
-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.0
-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
-six==1.10.0
-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 e97df8d..b449ac6 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