[pypy-svn] r60075 - pypy/trunk/lib-python

fijal at codespeak.net fijal at codespeak.net
Sat Nov 22 16:09:11 CET 2008


Author: fijal
Date: Sat Nov 22 16:09:09 2008
New Revision: 60075

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
skip this (all the time for now as we don't have a persistent nt buildbot)


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Sat Nov 22 16:09:09 2008
@@ -314,7 +314,7 @@
     RegrTest('test_peepholer.py'),
     RegrTest('test_pep247.py'),
     RegrTest('test_pep263.py'),
-    RegrTest('test_pep277.py'),
+    RegrTest('test_pep277.py', skip="NT only"),
     RegrTest('test_pep292.py'),
     RegrTest('test_pickle.py', core=True),
     RegrTest('test_pickletools.py', core=False),



More information about the Pypy-commit mailing list