Skip to content

Commit ceb65dc

Browse files
committed
test: pypy partially fixed issue 3792
https://foss.heptapod.net/pypy/pypy/-/issues/3792
1 parent ccc82ea commit ceb65dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def test_running_missing_file(self):
283283
assert "rror" not in out
284284
assert status == 1
285285

286-
@xfail_pypy_3792 # Because the file names aren't yet absolute.
287286
def test_code_throws(self):
288287
self.make_file("throw.py", """\
289288
class MyException(Exception):

0 commit comments

Comments
 (0)