summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-16 15:24:11 +0000
committerGerrit Code Review <review@openstack.org>2021-04-16 15:24:11 +0000
commitb309327f0a9e59a7382ea5b3a57027db750827b2 (patch)
treef0d0e209681ea2b767612fc10a3f3c03a617cdb8
parent0e9f7367e7abf737e3fbde58350fb1034a3a36e8 (diff)
parentc9f6da3ea58e8b1824965ccc9d891f0d59b1fa50 (diff)
downloadtaskflow-b309327f0a9e59a7382ea5b3a57027db750827b2.tar.gz
Merge "Remove lower-constraints remnants"
-rw-r--r--lower-constraints.txt76
-rw-r--r--tox.ini4
2 files changed, 0 insertions, 80 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index df953e9..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-alabaster==0.7.10
-alembic==0.8.10
-amqp==2.1.1
-appdirs==1.3.0
-automaton==1.9.0
-Babel==2.3.4
-cachetools==2.0.0
-chardet==3.0.4
-contextlib2==0.4.0
-decorator==3.4.0
-doc8==0.6.0
-docutils==0.11
-eventlet==0.18.2
-extras==1.0.0
-fasteners==0.7.0
-fixtures==3.0.0
-flake8==2.2.4
-futurist==1.2.0
-greenlet==0.4.15
-hacking==0.10.0
-imagesize==0.7.1
-iso8601==0.1.11
-Jinja2==2.10
-jsonschema==3.2.0
-kazoo==2.6.0
-keystoneauth1==3.4.0
-kombu==4.3.0
-linecache2==1.0.0
-Mako==0.4.0
-MarkupSafe==1.1.1
-mccabe==0.2.1
-mock==2.0.0
-monotonic==0.6
-mox3==0.20.0
-msgpack-python==0.4.0
-netaddr==0.7.18
-netifaces==0.10.4
-networkx==2.1.0
-os-client-config==1.28.0
-oslo.i18n==3.15.3
-oslo.serialization==2.18.0
-oslo.utils==3.33.0
-oslotest==3.2.0
-pbr==2.0.0
-pep8==1.5.7
-prettytable==0.7.2
-psycopg2==2.8.0
-pydot==1.2.4
-pydotplus==2.0.2
-pyflakes==0.8.1
-Pygments==2.2.0
-PyMySQL==0.7.6
-pyparsing==2.1.0
-python-editor==1.0.3
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-PyYAML==3.13
-redis==2.10.0
-requests==2.14.2
-requestsexceptions==1.2.0
-restructuredtext-lint==1.1.1
-six==1.10.0
-snowballstemmer==1.2.1
-SQLAlchemy-Utils==0.30.11
-SQLAlchemy==1.0.10
-stevedore==1.20.0
-tenacity==6.0.0
-stestr==2.0.0
-testscenarios==0.4
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-vine==1.1.4
-wrapt==1.7.0
-zake==0.1.6
diff --git a/tox.ini b/tox.ini
index 185c212..21bde53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,7 +87,3 @@ deps = bindep
commands = bindep test
usedevelop = False
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- .[test,workers,zookeeper,database,redis,eventlet]