Merge "Stop removing .pyc files for unit test runs"

This commit is contained in:
Zuul 2022-04-29 17:59:56 +00:00 committed by Gerrit Code Review
commit d582844956
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ deps = -r{toxinidir}/test-requirements.txt
# the concurrency=<n> option.
# call ie: 'tox -epy27 -- --concurrency=4'
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete
stestr run {posargs}
stestr slowest