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.versionedobjects
Commits
4d5d360d
Commit
4d5d360d
authored
Apr 16, 2021
by
Zuul
Committed by
Gerrit Code Review
Apr 16, 2021
Browse files
Merge "Use TOX_CONSTRAINTS_FILE"
parents
a657d976
bdce5a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
4d5d360d
...
...
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
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
commands
=
stestr run --slowest {posargs}
...
...
@@ -25,7 +25,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_versione
[testenv:docs]
whitelist_externals
=
rm
deps
=
-c{env:
UPPER
_CONSTRAINTS_FILE:https://
git
.openstack.org/c
git/openstack/requirements/plain/upper-constraints.txt
}
-c{env:
TOX
_CONSTRAINTS_FILE:https://
releases
.openstack.org/c
onstraints/upper/master
}
-r{toxinidir}/doc/requirements.txt
commands
=
rm
-fr
doc/build
...
...
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