We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dede410 commit ba9caf1Copy full SHA for ba9caf1
conftest.py
@@ -69,7 +69,7 @@ def monkeypatch_plugin_test_packages(monkeypatch: pytest.MonkeyPatch) -> None:
69
"tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_fail/",
70
]
71
for path in paths:
72
- monkeypatch.syspath_prepend(os.path.abspath(os.path.relpath(path)))
+ monkeypatch.syspath_prepend(str(pathlib.Path(path).resolve()))
73
74
75
@pytest.fixture(scope="function")
0 commit comments