Author: Brian Kearns <bdkea...@gmail.com>
Branch: 
Changeset: r60663:5d685d27c0a9
Date: 2013-01-29 06:03 -0500
http://bitbucket.org/pypy/pypy/changeset/5d685d27c0a9/

Log:    enable lib-python test_pty

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -353,7 +353,7 @@
     RegrTest('test_profile.py'),
     RegrTest('test_property.py', core=True),
     RegrTest('test_pstats.py'),
-    RegrTest('test_pty.py', skip=True),
+    RegrTest('test_pty.py', usemodules='fcntl termios select'),
     RegrTest('test_pwd.py', usemodules="pwd"),
     RegrTest('test_py3kwarn.py'),
     RegrTest('test_py_compile.py'),
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to