Merge pull request #7153 from nicoddemus/xunit-warning-update

This commit is contained in:
Bruno Oliveira
2020-05-02 13:31:34 -03:00
committed by GitHub
2 changed files with 28 additions and 10 deletions

View File

@@ -49,9 +49,9 @@ NODE_USE_FROM_PARENT = UnformattedWarning(
)
JUNIT_XML_DEFAULT_FAMILY = PytestDeprecationWarning(
"The 'junit_family' default value will change to 'xunit2' in pytest 6.0.\n"
"Add 'junit_family=xunit1' to your pytest.ini file to keep the current format "
"in future versions of pytest and silence this warning."
"The 'junit_family' default value will change to 'xunit2' in pytest 6.0. See:\n"
" https://docs.pytest.org/en/latest/deprecations.html#junit-family-default-value-change-to-xunit2\n"
"for more information."
)
NO_PRINT_LOGS = PytestDeprecationWarning(