summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.d/project.yaml1
-rw-r--r--lower-constraints.txt55
-rw-r--r--tox.ini7
3 files changed, 0 insertions, 63 deletions
diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml
index a60d493..345bfbb 100644
--- a/.zuul.d/project.yaml
+++ b/.zuul.d/project.yaml
@@ -2,7 +2,6 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index bdc69f6..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-alabaster==0.7.10
-appdirs==1.3.0
-Babel==2.3.4
-bandit==1.4.0
-coverage==4.0
-debtcollector==1.2.0
-docutils==0.11
-dulwich==0.15.0
-extras==1.0.0
-fixtures==3.0.0
-flake8==3.6.0
-gitdb==0.6.4
-GitPython==1.0.1
-hacking==2.0.0
-imagesize==0.7.1
-iso8601==0.1.11
-Jinja2==2.10
-keystoneauth1==3.4.0
-linecache2==1.0.0
-MarkupSafe==1.0
-mccabe==0.6.0
-mock==3.0.0
-mox3==0.20.0
-mypy==0.720
-netaddr==0.7.18
-openstackdocstheme==1.20.0
-os-client-config==1.28.0
-oslo.i18n==3.15.3
-oslo.log==3.36.0
-oslotest==3.2.0
-pbr==2.0.0
-pep8==1.5.7
-pyflakes==2.0.0
-Pygments==2.2.0
-python-mimeparse==1.6.0
-python-subunit==1.3.0
-pytz==2013.6
-PyYAML==3.12
-reno==2.5.0
-requests==2.18.0
-requests_mock==1.5.0
-requestsexceptions==1.2.0
-rfc3986==1.2.0
-six==1.10.0
-smmap==0.9.0
-snowballstemmer==1.2.1
-Sphinx==1.8.0
-sphinxcontrib-websupport==1.0.1
-stestr==2.1.0
-stevedore==1.20.0
-testscenarios==0.4
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-wrapt==1.7.0
diff --git a/tox.ini b/tox.ini
index c23aa4e..3c8734d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,13 +22,6 @@ commands =
stestr run --suppress-attachments {posargs}
stestr slowest
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
- -r{toxinidir}/doc/requirements.txt
-
[testenv:pep8]
commands =
flake8