tweak test dependencies
This commit is contained in:
parent
9345425672
commit
b30eb48072
@ -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 <kraxel@redhat.com> - 1.4-3
|
||||
- tweak test dependencies
|
||||
|
||||
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-2
|
||||
- add tests
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user