mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
feat(ingest): fix fspath lint error (#9976)
This commit is contained in:
parent
d987707cde
commit
9dd0c37830
@ -69,7 +69,7 @@ def pytest_collection_modifyitems(
|
||||
integration_path = root / "tests/integration"
|
||||
|
||||
for item in items:
|
||||
test_path = pathlib.Path(item.fspath)
|
||||
test_path = item.path
|
||||
|
||||
if (
|
||||
"docker_compose_runner" in item.fixturenames # type: ignore[attr-defined]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user