From bc948d6e50eb6675c7328a5c0a3681cbb7c688cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Mar 2022 01:02:10 +0100 Subject: [PATCH] Fixup the pypy3 test example --- tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests.yml b/tests.yml index 0975d87..4803bf4 100644 --- a/tests.yml +++ b/tests.yml @@ -49,9 +49,9 @@ - smokepypy: dir: smoke run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh - - smokepypy3: + - smokepypy38: dir: smoke - run: VERSION=3.7 METHOD=venv PYTHON=pypy3.7 ./venv.sh + run: VERSION=3.8 METHOD=venv PYTHON=pypy3.8 ./venv.sh - selftest37: dir: selftest run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh @@ -75,11 +75,10 @@ - python3.9 - python3.11 - pypy - - pypy3 + - pypy3.8-devel - python2-devel - python3-devel - pypy-devel - - pypy3-devel - python3-tox - python3-tkinter - python3-test