diff --git a/src/pytest_servers/local.py b/src/pytest_servers/local.py index 79a3cf5..f9ed93e 100644 --- a/src/pytest_servers/local.py +++ b/src/pytest_servers/local.py @@ -7,5 +7,5 @@ class LocalPath(type(pathlib.Path())): # type: ignore[misc] fs = LocalFileSystem() @property - def path(self) -> str: # noqa: N804 + def path(self) -> str: return str(self)