Merge branch 'develop' into maya_new_publisher

This commit is contained in:
Ondřej Samohel 2023-07-11 15:58:53 +02:00 committed by GitHub
commit a17297782d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,14 @@ class PypeCommands:
folder = "../tests"
# disable warnings and show captured stdout even if success
args = ["--disable-pytest-warnings", "-rP", folder]
args = [
"--disable-pytest-warnings",
"--capture=sys",
"--print",
"-W ignore::DeprecationWarning",
"-rP",
folder
]
if mark:
args.extend(["-m", mark])