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