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