summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-03-11 15:22:47 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-03-15 20:57:39 +1300
commit7d78c74158408ca7ddfc30d6d6b4af7f7ec17a95 (patch)
tree0bd08d7bb5345369a104402bf2223db42849d19c /tox.ini
parentae2709dcd6ffb7966dde056c6f0bafb20881c594 (diff)
downloadtrove-7d78c74158408ca7ddfc30d6d6b4af7f7ec17a95.tar.gz
Add python-troveclient in requirements.txt
Change-Id: I2bd0d81171df85c05423e19ab2e4afa82fcf880e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b3c66c42..9971f08c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,6 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install \
- -c{env:TEST_UPPER_CONSTRAINTS_FILE:{toxinidir}/test-upper-constraints.txt} \
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
@@ -56,7 +55,7 @@ ignore-path = .venv,.tox,.git,dist,doc,*egg-info,tools,etc,build,*.po,*.pot,inte
show-source = True
# H301 is ignored on purpose.
# The rest of the ignores are TODOs.
-ignore = F821,H301,H404,H405,H501,E402,W503,E731
+ignore = E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
enable-extensions = H203,H106
builtins = _
# add *.yaml for playbooks/trove-devstack-base.yaml, as it will be matched by