From de53ed64ec6de536cbb83eef77b40351d9f1122f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:50:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/test_junitxml.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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