summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRajat Dhasmana <rajatdhasmana@gmail.com>2021-08-12 05:15:34 -0400
committerRajat Dhasmana <rajatdhasmana@gmail.com>2021-08-12 05:17:45 -0400
commitb42ffa40351b31fc93196b34932bb36056ff33db (patch)
tree0c90f580438f7ae7346057a8474c477485555766 /tox.ini
parent108947320d835ff10a4e9fd5c0b8f1a36b4675ed (diff)
downloadglance_store-b42ffa40351b31fc93196b34932bb36056ff33db.tar.gz
Drop lower-constraints job
Change-Id: I1de76a70e07bbf2bd70900b4d93104a1b0fda74b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 8d9c2df..6a3130b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,7 @@ commands =
stestr run --slowest --test-path=./glance_store/tests/functional/filesystem
[doc8]
-ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt,lower-constraints.txt
+ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below
@@ -68,8 +68,3 @@ ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.eg
ignore = H301,H404,H405,W503,W504
exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*lib/python*,*egg,build
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- .[s3,vmware,swift,cinder]