diff --git a/vimiv-qt.spec b/vimiv-qt.spec index 6683253..3c5a1d9 100644 --- a/vimiv-qt.spec +++ b/vimiv-qt.spec @@ -1,5 +1,5 @@ # Disabled by default, rely on upstream's test -# Requires pytest-bdd that is not in Fedora +# Requires pytest-qt, not yet packaged in Fedora %bcond_with tests %global pypi_name vimiv-qt @@ -23,7 +23,7 @@ Full documentation is available at https://karlch.github.io/vimiv-qt.} Name: %{pypi_name} Version: 0.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An image viewer with vim-like keybindings License: GPLv3+ @@ -39,6 +39,7 @@ BuildRequires: /usr/bin/desktop-file-validate %if %{with tests} BuildRequires: %{py3_dist pytest} +BuildRequires: %{py3_dist pytest-bdd} BuildRequires: %{py3_dist flaky} %endif # Not listed in setup.py @@ -82,7 +83,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{binname}.desktop %check %if %{with tests} -pytest-%{python3_version} +%pytest %endif %files @@ -97,6 +98,9 @@ pytest-%{python3_version} %{_mandir}/man1/%{binname}.* %changelog +* Tue Aug 03 2021 Benjamin A. Beasley - 0.8.0-4 +- A little closer to running tests now that pytest-bdd *is* in Fedora + * Fri Jul 23 2021 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild