[pypy-commit] pypy default: Remove it from there then.

arigo noreply at buildbot.pypy.org
Wed Dec 7 20:26:28 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50282:1ef0414a0491
Date: 2011-12-07 20:20 +0100
http://bitbucket.org/pypy/pypy/changeset/1ef0414a0491/

Log:	Remove it from there then.

diff --git a/pypy/objspace/fake/test/test_zmodules.py b/pypy/objspace/fake/test/test_zmodules.py
--- a/pypy/objspace/fake/test/test_zmodules.py
+++ b/pypy/objspace/fake/test/test_zmodules.py
@@ -12,6 +12,3 @@
 
 def test_itertools():
     checkmodule('itertools')
-
-def test_micronumpy():
-    checkmodule('micronumpy')


More information about the pypy-commit mailing list