Merge "Ignore python warnings in the fullstack job" into stable/train

This commit is contained in:
Zuul 2021-03-06 02:08:24 +00:00 committed by Gerrit Code Review
commit 628549ea3f
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ setenv = {[testenv]setenv}
# workaround for DB teardown lock contention (bug/1541742)
OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:600}
OS_TEST_PATH=./neutron/tests/fullstack
# Because of issue with stestr and Python3, we need to avoid too much output
# to be produced during tests, so we will ignore python warnings here
PYTHONWARNINGS=ignore
deps =
{[testenv:functional]deps}
commands =