Use the %pytest macro
This macro is defined in python3-rpm-macros, so there's no problem using it here. In fact, let's BuildRequire the macros we use. Related: rhbz#2117571
This commit is contained in:
parent
6bc995e61a
commit
6000eccbc6
@ -58,6 +58,9 @@ BuildRequires: (python3dist(toml) if python3-devel < 3.11)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# We build on top of those:
|
# We build on top of those:
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: python-srpm-macros
|
||||||
|
BuildRequires: python3-rpm-macros
|
||||||
Requires: python-rpm-macros
|
Requires: python-rpm-macros
|
||||||
Requires: python-srpm-macros
|
Requires: python-srpm-macros
|
||||||
Requires: python3-rpm-macros
|
Requires: python3-rpm-macros
|
||||||
@ -105,7 +108,7 @@ install -m 644 pyproject_wheel.py %{buildroot}%{_rpmconfigdir}/redhat/
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856356
|
export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856356
|
||||||
%{python3} -m pytest -vv --doctest-modules
|
%pytest -vv --doctest-modules
|
||||||
|
|
||||||
# brp-compress is provided as an argument to get the right directory macro expansion
|
# brp-compress is provided as an argument to get the right directory macro expansion
|
||||||
%{python3} compare_mandata.py -f %{_rpmconfigdir}/brp-compress
|
%{python3} compare_mandata.py -f %{_rpmconfigdir}/brp-compress
|
||||||
|
Loading…
Reference in New Issue
Block a user