[pypy-commit] pypy default: revert those changes, we should either skip the entire dir or just forget it

fijal noreply at buildbot.pypy.org
Wed Apr 3 09:55:15 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r62947:40f2d95fa9b4
Date: 2013-04-03 09:55 +0200
http://bitbucket.org/pypy/pypy/changeset/40f2d95fa9b4/

Log:	revert those changes, we should either skip the entire dir or just
	forget it

diff --git a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
--- a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
+++ b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
@@ -46,7 +46,7 @@
     read_spec(spec, HistoricalTestReader)
 
 
- at pytest.mark.skipif("os.name != 'posix' or sys.platform == 'darwin'")
+ at pytest.mark.skipif("os.name != 'posix'")
 def test_signal_failure(monkeypatch):
     import os
     import pty


More information about the pypy-commit mailing list