From 11cf001c20d94eb477e8a9b253e657716702b845 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 15 Dec 2011 19:23:38 -0800 Subject: PtyEofFdopenUnBufferedTestCase: PyPy TODO https://bugs.pypy.org/issue956 --- pym/portage/tests/ebuild/test_pty_eof.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pym') diff --git a/pym/portage/tests/ebuild/test_pty_eof.py b/pym/portage/tests/ebuild/test_pty_eof.py index c8de3e2a7..0b0bbdb35 100644 --- a/pym/portage/tests/ebuild/test_pty_eof.py +++ b/pym/portage/tests/ebuild/test_pty_eof.py @@ -1,6 +1,8 @@ # Copyright 2009-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +import platform + from portage.tests import TestCase from portage.util._pty import _can_test_pty_eof, _test_pty_eof @@ -37,6 +39,10 @@ class PtyEofFdopenUnBufferedTestCase(TestCase): self.fail(skip_reason) return + if platform.python_implementation() == 'PyPy': + # https://bugs.pypy.org/issue956 + self.todo = True + # The result is only valid if openpty does not raise EnvironmentError. if _can_test_pty_eof(): try: -- cgit v1.2.3-1-g7c22