summaryrefslogtreecommitdiff
path: root/testing/test_pluginmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_pluginmanager.py')
-rw-r--r--testing/test_pluginmanager.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/test_pluginmanager.py b/testing/test_pluginmanager.py
index a5282a507..9835b24a0 100644
--- a/testing/test_pluginmanager.py
+++ b/testing/test_pluginmanager.py
@@ -346,7 +346,9 @@ class TestPytestPluginManager:
assert mod.x == 3
def test_consider_conftest_deps(
- self, pytester: Pytester, pytestpm: PytestPluginManager,
+ self,
+ pytester: Pytester,
+ pytestpm: PytestPluginManager,
) -> None:
mod = import_path(pytester.makepyfile("pytest_plugins='xyz'"))
with pytest.raises(ImportError):