Files
b16445df86e76fa4ed299f4002d78f03dbfd0921
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]