Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r92989:7b112966cdd7
Date: 2017-11-10 00:21 +0200
http://bitbucket.org/pypy/pypy/changeset/7b112966cdd7/

Log:    remove more maemo code

diff --git a/rpython/translator/platform/test/test_posix.py 
b/rpython/translator/platform/test/test_posix.py
--- a/rpython/translator/platform/test/test_posix.py
+++ b/rpython/translator/platform/test/test_posix.py
@@ -64,10 +64,3 @@
         assert 'INCLUDEDIRS = %s/foo/baz/include' % include_prefix in Makefile
         assert 'LIBDIRS = %s/foo/baz/lib' % lib_prefix in Makefile
 
-class TestMaemo(TestMakefile):
-    strict_on_stderr = False
-    
-    def setup_class(cls):
-        from rpython.translator.platform.maemo import check_scratchbox, Maemo
-        check_scratchbox()
-        cls.platform = Maemo()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to