From 299aee8ca5b2f396464b915f4211022d94b60d52 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 3 Mar 2019 02:40:56 +0100 Subject: [PATCH] Disable pypy tests in Makefile With my current pypy, ACL_init triggers a SEGFAULT in pypy. Until I can debug what's up, let's remove this test. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8ef8b60..d613416 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,10 @@ test: fi; \ done; \ done; \ - if type pypy >/dev/null; then \ - echo Testing with pypy; \ - pypy ./setup.py test -q; \ - fi +# if type pypy >/dev/null; then \ +# echo Testing with pypy; \ +# pypy ./setup.py test -q; \ +# fi coverage: $(MAKE) clean -- 2.39.2