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 f206187 commit 50b27d2Copy full SHA for 50b27d2
testing/acceptance_test.py
@@ -611,6 +611,11 @@ def test_crash():
611
612
613
def test_issue34_pluginloading_in_subprocess(testdir):
614
+ import _pytest.hookspec
615
+
616
+ if not hasattr(_pytest.hookspec, "pytest_namespace"):
617
+ pytest.skip("this pytest version no longer supports pytest_namespace()")
618
619
testdir.tmpdir.join("plugin123.py").write(
620
textwrap.dedent(
621
"""
0 commit comments