From 0664479713694242d0044afbbe4eecdc75bc42e8 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 3 Feb 2021 16:33:54 +0100 Subject: [PATCH] Check with pytest instead of nose Remove build dependency on coverage --- python-lesscpy.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-lesscpy.spec b/python-lesscpy.spec index 502bc9b..f2c50ec 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.14.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Lesscss compiler License: MIT @@ -31,8 +31,7 @@ Requires: python3-six BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-ply -BuildRequires: python3-nose -BuildRequires: python3-coverage +BuildRequires: python3-pytest BuildRequires: python3-six %{?python_provide:%python_provide python3-lesscpy} @@ -58,7 +57,7 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy %check -%{__python3} -m nose -v +%pytest %files -n python3-lesscpy @@ -70,6 +69,10 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy %changelog +* Wed Feb 03 2021 Christian Heimes - 0.14.0-5 +- Check with pytest instead of nose +- Remove build dependency on coverage + * Wed Jan 27 2021 Fedora Release Engineering - 0.14.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild