Author: Richard Plangger <planri...@gmail.com> Branch: s390x-backend Changeset: r82901:2d40f0c2257e Date: 2016-03-09 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/2d40f0c2257e/
Log: removed skip from signal test diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy/module/__pypy__/test/test_signal.py +++ b/pypy/module/__pypy__/test/test_signal.py @@ -2,12 +2,6 @@ from pypy.module.thread.test.support import GenericTestThread -import os -if os.uname()[4] == 's390x': - # TMP!!! - import py - py.test.skip("skip for now s390x") - class AppTestMinimal: spaceconfig = dict(usemodules=['__pypy__']) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit