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.vmware
Commits
09aee790
Commit
09aee790
authored
Apr 16, 2021
by
Zuul
Committed by
Gerrit Code Review
Apr 16, 2021
Browse files
Merge "Use TOX_CONSTRAINTS_FILE"
parents
6d2f6dd5
46bcafb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
09aee790
...
...
@@ -8,7 +8,7 @@ basepython = python3
whitelist_externals
=
find
deps
=
-c{env:
UPPER
_CONSTRAINTS_FILE:https://
opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
}
-c{env:
TOX
_CONSTRAINTS_FILE:https://
releases.openstack.org/constraints/upper/master
}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands
=
stestr run --slowest {posargs}
...
...
@@ -62,7 +62,7 @@ paths = ./oslo_vmware/hacking
[testenv:releasenotes]
whitelist_externals
=
rm
deps
=
-c{env:
UPPER
_CONSTRAINTS_FILE:
h
ttps://
opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
}
-c{env:
TOX
_CONSTRAINTS_FILE:ttps://
releases.openstack.org/constraints/upper/master
}
-r{toxinidir}/doc/requirements.txt
commands
=
rm
-rf
releasenotes/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