fixup: have fake config .getini use correct types
This commit is contained in:
parent
ccf057fb60
commit
77d991c65c
|
@ -967,7 +967,7 @@ def test_dont_configure_on_workers(tmp_path: Path) -> None:
|
||||||
self.option = self
|
self.option = self
|
||||||
self.stash = Stash()
|
self.stash = Stash()
|
||||||
|
|
||||||
def getini(self, name: object) -> str:
|
def getini(self, name: str) -> str:
|
||||||
return "pytest"
|
return "pytest"
|
||||||
|
|
||||||
junitprefix = None
|
junitprefix = None
|
||||||
|
|
Loading…
Reference in New Issue