From d176aa8955f8466a848d4d4bbb207df248531dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Jun 2022 00:54:52 +0200 Subject: [PATCH] Fedora CI: Adjust the required packages to reflect the reality - we need the devel packages for 3.10+ - no need to explicitly list both python3.X and python3.X-devel - python3-devel just happens to be python3.11-devel now - python3-tox was renamed to tox --- tests/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index e913607..15fa3f4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -46,8 +46,6 @@ - python3.7 - python3.8 - python3.9 - - python3.10 - python3.10-devel - - python3.11 - - python3-devel - - python3-tox + - python3.11-devel + - tox