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 453cbd8 commit 5f56eafCopy full SHA for 5f56eaf
testing/acceptance_test.py
@@ -115,6 +115,9 @@ def test_fail2():
115
assert result.ret == 2
116
result.stdout.fnmatch_lines(["*Interrupted: stopping*1*", "*1 failed*"])
117
118
+ @pytest.mark.xfail(
119
+ reason="python 3.8 failure in pytest where testdir.tmpdir returns an unexpected value"
120
+ )
121
def test_basetemp_in_subprocesses(self, testdir):
122
p1 = testdir.makepyfile(
123
"""
0 commit comments