We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66c1a12 + f7409f8 commit d0c663aCopy full SHA for d0c663a
src/_pytest/deprecated.py
@@ -37,5 +37,6 @@
37
38
JUNIT_XML_DEFAULT_FAMILY = PytestDeprecationWarning(
39
"The 'junit_family' default value will change to 'xunit2' in pytest 6.0.\n"
40
- "Add 'junit_family=legacy' to your pytest.ini file to silence this warning and make your suite compatible."
+ "Add 'junit_family=xunit1' to your pytest.ini file to keep the current format "
41
+ "in future versions of pytest and silence this warning."
42
)
0 commit comments