[pypy-commit] pypy stdlib-unification: fix MODIFID/VANILLA refs of lib-pypy test

RonnyPfannschmidt noreply at buildbot.pypy.org
Fri Apr 13 22:55:54 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: stdlib-unification
Changeset: r54350:77f9d750e08f
Date: 2012-04-13 22:55 +0200
http://bitbucket.org/pypy/pypy/changeset/77f9d750e08f/

Log:	fix MODIFID/VANILLA refs of lib-pypy test

diff --git a/pypy/tool/test/test_lib_pypy.py b/pypy/tool/test/test_lib_pypy.py
--- a/pypy/tool/test/test_lib_pypy.py
+++ b/pypy/tool/test/test_lib_pypy.py
@@ -7,8 +7,6 @@
 
 def test_lib_python_exists():
     assert lib_pypy.LIB_PYTHON.check(dir=1)
-    assert lib_pypy.LIB_PYTHON_VANILLA.check(dir=1)
-    assert lib_pypy.LIB_PYTHON_MODIFIED.check(dir=1)
 
 def test_import_from_lib_pypy():
     _functools = lib_pypy.import_from_lib_pypy('_functools')


More information about the pypy-commit mailing list