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 e18c930 commit 1ff7cdaCopy full SHA for 1ff7cda
testing/test_pluginmanager.py
@@ -368,7 +368,7 @@ def test_consider_conftest_deps(
368
pytester.makepyfile("pytest_plugins='xyz'"), root=pytester.path
369
)
370
with pytest.raises(ImportError):
371
- pytestpm.consider_conftest(mod)
+ pytestpm.consider_conftest(mod, name=str(mod.__file__))
372
373
374
class TestPytestPluginManagerBootstrapming:
0 commit comments