Files
4bc5ff1c992d83a876e11e8802adb47af0c3564b
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
372 lines
11 KiB
INI
372 lines
11 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]