From 61a367b0ae42ad65254578d2f8a0860b6d63b96d Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 29 Oct 2019 13:46:04 -0400 Subject: [PATCH] Don't test 3.8 except on 3.8 for now --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index c5c520f0..8891ccbb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -99,8 +99,8 @@ check-bytecode-3: $(PYTHON) test_pythonlib.py --bytecode-3.0 \ --bytecode-3.1 --bytecode-3.2 --bytecode-3.3 \ --bytecode-3.4 --bytecode-3.5 --bytecode-3.6 \ - --bytecode-3.7 --bytecode-3.8 \ - --bytecode-pypy3.2 # --bytecode-pypy3.6 -- work out bugs in 3.6 + --bytecode-3.7 \ + --bytecode-pypy3.2 # --bytecode-3.8 --bytecode-pypy3.6 -- work out bugs in 3.6 and 3.8 #: Check deparsing on selected bytecode 3.x check-bytecode-3-short: