[packages/python3-fastimport] - rel 6, python-nose is dead, run tests directly

baggins baggins at pld-linux.org
Wed Mar 12 20:13:04 CET 2025


commit 0ad8a8dbc9ad988b447cec0a59b1158c700457c8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Mar 12 20:57:20 2025 +0100

    - rel 6, python-nose is dead, run tests directly

 python3-fastimport.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python3-fastimport.spec b/python3-fastimport.spec
index 2511998..b65f67c 100644
--- a/python3-fastimport.spec
+++ b/python3-fastimport.spec
@@ -7,7 +7,7 @@ Summary:	Python parser for fastimport (VCS interchange format)
 Summary(pl.UTF-8):	Pythonowy parser formatu fastimport (do wymiany VCS)
 Name:		python3-%{module}
 Version:	0.9.14
-Release:	5
+Release:	6
 License:	GPL v2+
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/project/simple/
@@ -16,7 +16,6 @@ Source0:	https://files.pythonhosted.org/packages/source/f/fastimport/%{module}-%
 URL:		https://pypi.org/project/fastimport/
 BuildRequires:	python3-modules >= 1:3.6
 %if %{with tests}
-BuildRequires:	python3-nose
 %endif
 BuildRequires:	rpmbuild(macros) >= 1.714
 BuildArch:	noarch
@@ -38,7 +37,7 @@ przez inne projekty.
 %py3_build
 
 %if %{with tests}
-nosetests-%{py3_ver} fastimport
+%{__python3} -m unittest fastimport.tests.test_suite
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-fastimport.git/commitdiff/0ad8a8dbc9ad988b447cec0a59b1158c700457c8



More information about the pld-cvs-commit mailing list