diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 5f38f4a8c..469c4291c 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -1653,9 +1653,7 @@ def test_escaped_skipreason_issue3533( snode.assert_attr(message="1 <> 2") -def test_bin_escaped_skipreason( - pytester: Pytester, run_and_parse: RunAndParse -) -> None: +def test_bin_escaped_skipreason(pytester: Pytester, run_and_parse: RunAndParse) -> None: pytester.makepyfile( """ import pytest