File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ def test_fail2():
115
115
assert result .ret == 2
116
116
result .stdout .fnmatch_lines (["*Interrupted: stopping*1*" , "*1 failed*" ])
117
117
118
+ @pytest .mark .xfail (
119
+ reason = "#527: Python 3.8 failure in pytest where testdir.tmpdir returns an unexpected value"
120
+ )
118
121
def test_basetemp_in_subprocesses (self , testdir ):
119
122
p1 = testdir .makepyfile (
120
123
"""
@@ -186,6 +189,7 @@ def test_crash():
186
189
)
187
190
assert result .ret == 1
188
191
192
+ @pytest .mark .xfail (reason = "#527: Ignore Python 3.8 failure for the time being" )
189
193
def test_distribution_rsyncdirs_example (self , testdir , monkeypatch ):
190
194
# use a custom plugin that has a custom command-line option to ensure
191
195
# this is propagated to workers (see #491)
You can’t perform that action at this time.
0 commit comments