Author: Armin Rigo <[email protected]>
Branch:
Changeset: r48807:16447af5aece
Date: 2011-11-06 08:44 +0100
http://bitbucket.org/pypy/pypy/changeset/16447af5aece/
Log: Get rid of the test_distutils failure, which (for now) is really
irrelevant. We know that sys.get_config('CC') returns None on pypy;
it is someething that must either be carefully fixed in the context
of the typical user, or just ignored.
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -201,7 +201,7 @@
RegrTest('test_difflib.py'),
RegrTest('test_dircache.py', core=True),
RegrTest('test_dis.py'),
- RegrTest('test_distutils.py'),
+ RegrTest('test_distutils.py', skip=True),
RegrTest('test_dl.py', skip=True),
RegrTest('test_doctest.py', usemodules="thread"),
RegrTest('test_doctest2.py'),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit