From 26d70dc88e97fb001d37b35d40a0a31c9de92f4f Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Feb 28 2023 15:52:08 +0000 Subject: CI: Make pypy3.8 optional, as it was retired on Fedora 38+ --- diff --git a/tests/tests.yml b/tests/tests.yml index d8cde99..9a9a3c2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -60,9 +60,9 @@ - smoke_pypy37_optional: dir: python/smoke run: PYTHON=pypy3.7 VERSION=3.7 INSTALL_OR_SKIP=true ./venv.sh - - smoke_pypy38: + - smoke_pypy38_optional: dir: python/smoke - run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh + run: PYTHON=pypy3.8 VERSION=3.8 INSTALL_OR_SKIP=true ./venv.sh - smoke_pypy39: dir: python/smoke run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh @@ -87,7 +87,6 @@ - python3.11-devel - python3.12-devel - python2-devel - - pypy3.8-devel - pypy3.9-devel - python3-tox - dnf