Merge "Tests: remove .testrepository/times.dbm in tox.ini"
This commit is contained in:
commit
1ef9cbdcf4
4
tox.ini
4
tox.ini
@ -16,11 +16,9 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
LANGUAGE=en_US
|
LANGUAGE=en_US
|
||||||
LC_ALL=en_US.utf-8
|
LC_ALL=en_US.utf-8
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
# NOTE(mriedem): If py35 fails with "db type could not be determined", delete
|
|
||||||
# .testrepository and try again. Running py35 before py27 is OK, but not the
|
|
||||||
# other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909
|
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
|
rm -Rf .testrepository/times.dbm
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_DEBUG GENERATE_HASHES
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_DEBUG GENERATE_HASHES
|
||||||
# there is also secret magic in pretty_tox.sh which lets you run in a fail only
|
# there is also secret magic in pretty_tox.sh which lets you run in a fail only
|
||||||
# mode. To do this define the TRACE_FAILONLY environmental variable.
|
# mode. To do this define the TRACE_FAILONLY environmental variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user