Fix tox
This commit is contained in:
parent
2ec21b7dc2
commit
4c1901c1e7
4
tox.ini
4
tox.ini
@ -9,7 +9,7 @@ usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
commands =
|
||||
find . -type f -name "*.py[c|o]" -delete
|
||||
ostestr --slowest {posargs}
|
||||
ostestr --slowest --regex 'senlin_tempest_plugin.api.*' {posargs}
|
||||
|
||||
whitelist_externals = find
|
||||
|
||||
@ -20,7 +20,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
OS_TEST_PATH=senlin_tempest_plugin/api
|
||||
commands =
|
||||
find . -type f -name "*.py[c|o]" -delete
|
||||
ostestr --slowest {posargs}
|
||||
ostestr --slowest --regex 'senlin_tempest_plugin.functional.*' {posargs}
|
||||
|
||||
[testenv:functional]
|
||||
basepython = python3.5
|
||||
|
Loading…
Reference in New Issue
Block a user