From b30eb480727ee370dbef20ebf62302ed562ae327 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Oct 2022 09:58:31 +0200 Subject: [PATCH] tweak test dependencies --- python-virt-firmware.spec | 6 +++++- tests/tests.yml | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-virt-firmware.spec b/python-virt-firmware.spec index 0748b21..b3ff1e8 100644 --- a/python-virt-firmware.spec +++ b/python-virt-firmware.spec @@ -2,7 +2,7 @@ Name: python-virt-firmware Version: %{pypi_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for virtual machine firmware volumes License: GPLv2 @@ -35,6 +35,7 @@ to enroll secure boot certificates. %package -n python3-virt-firmware-tests Summary: %{summary} - test cases Requires: python3-virt-firmware +Requires: python3dist(pytest) %description -n python3-virt-firmware-tests test cases @@ -72,6 +73,9 @@ cp -ar tests %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name}/tests %changelog +* Wed Oct 05 2022 Gerd Hoffmann - 1.4-3 +- tweak test dependencies + * Wed Oct 05 2022 Gerd Hoffmann - 1.4-2 - add tests diff --git a/tests/tests.yml b/tests/tests.yml index 9045a01..85dfa43 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -3,10 +3,6 @@ - role: standard-test-basic tags: - classic - required_packages: - - python3-pytest - - python3-virt-firmware - - python3-virt-firmware-tests tests: - dump: run: /usr/share/python-virt-firmware/tests/test-dump.sh