From 77d991c65ca3e1c6ad74ee72c349df4cbb4cb517 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 22 Jun 2024 15:31:14 +0200 Subject: [PATCH] fixup: have fake config .getini use correct types --- testing/test_junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 746984f8d..de3886b72 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -967,7 +967,7 @@ def test_dont_configure_on_workers(tmp_path: Path) -> None: self.option = self self.stash = Stash() - def getini(self, name: object) -> str: + def getini(self, name: str) -> str: return "pytest" junitprefix = None