From: Zac Medico Date: Fri, 16 Dec 2011 03:23:38 +0000 (-0800) Subject: PtyEofFdopenUnBufferedTestCase: PyPy TODO X-Git-Tag: v2.2.0_alpha82~60 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11cf001c20d94eb477e8a9b253e657716702b845;p=portage.git PtyEofFdopenUnBufferedTestCase: PyPy TODO https://bugs.pypy.org/issue956 --- 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: