Files
d265faed2c9e16e8553b76959791558ebe6c8080
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
398 lines
12 KiB
INI
398 lines
12 KiB
INI
[tox]
install_command = python -I -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
stestr --test-path=./nova/tests/functional run --exclude-regex '((?:api|notification)_sample_tests|functional\.db\.)' {posargs}
[testenv:venv]