Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.service
Commits
dcf8d9c7
Commit
dcf8d9c7
authored
Jan 14, 2021
by
Zuul
Committed by
Gerrit Code Review
Jan 14, 2021
Browse files
Merge "Use TOX_CONSTRAINTS_FILE"
parents
a88653d0
b2cdfef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
dcf8d9c7
...
...
@@ -10,7 +10,7 @@ setenv =
BRANCH_NAME
=
master
CLIENT_NAME
=
oslo.service
deps
=
-c{env:
UPPER
_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:
TOX
_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
...
...
@@ -54,7 +54,7 @@ commands = oslo_debug_helper -t oslo_service/tests {posargs}
[testenv:bandit]
deps
=
-c{env:
UPPER
_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:
TOX
_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands
=
bandit -r oslo_service -n5 -x tests {posargs}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment