summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.shiming <wushiming@yovole.com>2021-02-19 14:48:24 +0800
committerwu.shiming <wushiming@yovole.com>2021-02-19 14:49:39 +0800
commit85d0c7987b09bb1604f1ff56eb5d9aec1995d4e3 (patch)
treec5d4081b0cd5c97c1a8b1d4563679c44851c942b
parent127d93825306960b5457e043771ec34d31ba6d38 (diff)
downloadoslo-rootwrap-85d0c7987b09bb1604f1ff56eb5d9aec1995d4e3.tar.gz
Remove lower-constraints remnants
These were missed in change: Iae7ce24bfd718a9a2102ce64e8dd2ad08d2b4dd6 Change-Id: I03f47af49cda61e18b0eaa96770a174b867fe2bc
-rw-r--r--lower-constraints.txt37
-rw-r--r--tox.ini5
2 files changed, 0 insertions, 42 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index b432cda..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-alabaster==0.7.10
-appdirs==1.3.0
-Babel==2.3.4
-bandit==1.1.0
-docutils==0.11
-dulwich==0.15.0
-eventlet==0.18.2
-extras==1.0.0
-fixtures==3.0.0
-gitdb==0.6.4
-GitPython==1.0.1
-greenlet==0.4.15
-imagesize==0.7.1
-iso8601==0.1.11
-Jinja2==2.10
-keystoneauth1==3.4.0
-linecache2==1.0.0
-MarkupSafe==1.0
-mox3==0.20.0
-os-client-config==1.28.0
-oslotest==3.2.0
-pbr==2.0.0
-Pygments==2.2.0
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-PyYAML==3.13
-reno==3.1.0
-requests==2.14.2
-requestsexceptions==1.2.0
-smmap==0.9.0
-snowballstemmer==1.2.1
-stestr==2.0.0
-stevedore==1.20.0
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
diff --git a/tox.ini b/tox.ini
index 14010f3..316b56e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,8 +71,3 @@ commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt