From d99d54ea1ae7841713f79541e5507b40ad314fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 11 Mar 2026 20:08:08 +0100 Subject: [PATCH] CI: Drop outdated requirement of python3-wheel [skip changelog] --- plan.fmf | 1 - tests/test_scripts_pythondistdeps.py | 1 - 2 files changed, 2 deletions(-) diff --git a/plan.fmf b/plan.fmf index d2c549f..0e0ca4d 100644 --- a/plan.fmf +++ b/plan.fmf @@ -34,7 +34,6 @@ prepare: - python3-pytest - python3-pyyaml - python3-setuptools - - python3-wheel - dnf - name: Update packages how: shell diff --git a/tests/test_scripts_pythondistdeps.py b/tests/test_scripts_pythondistdeps.py index 7a7f57a..5fd7fc9 100644 --- a/tests/test_scripts_pythondistdeps.py +++ b/tests/test_scripts_pythondistdeps.py @@ -25,7 +25,6 @@ # - setuptools # - pytest # - pyyaml -# - wheel from pathlib import Path