Skip to content

Commit 1ff7cda

Browse files
committed
Fix test
1 parent e18c930 commit 1ff7cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pluginmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def test_consider_conftest_deps(
368368
pytester.makepyfile("pytest_plugins='xyz'"), root=pytester.path
369369
)
370370
with pytest.raises(ImportError):
371-
pytestpm.consider_conftest(mod)
371+
pytestpm.consider_conftest(mod, name=str(mod.__file__))
372372

373373

374374
class TestPytestPluginManagerBootstrapming:

0 commit comments

Comments
 (0)