Merge "Ignore python warnings in the fullstack job"

This commit is contained in:
Zuul 2021-03-03 21:38:44 +00:00 committed by Gerrit Code Review
commit 6571ff2286
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,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 =