[packages/python3-build] - cleanup pytest plugins
baggins
baggins at pld-linux.org
Sun Apr 6 02:21:03 CEST 2025
commit 4e97f8d44752542c363c90237bb31a7adcc6583d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Apr 6 01:28:31 2025 +0200
- cleanup pytest plugins
python3-build.spec | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/python3-build.spec b/python3-build.spec
index 9c9d4cd..0a87829 100644
--- a/python3-build.spec
+++ b/python3-build.spec
@@ -97,23 +97,8 @@ cd ..
%if %{with tests}
-# tests are confused, below is what it wants to load:
-# hypothesis-6.47.1
-# flaky-3.8.1
-# rerunfailures-15.0
-# timeout-1.4.2
-# datadir-1.4.1
-# forked-1.6.0
-# subtests-0.14.1
-# check-2.1.4
-# randomly-3.11.0
-# jaraco.test-5.5.1
-# cov-6.0.0
-# trio-0.8.0
-# asyncio-0.26.0
-# mock-3.14.0
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-PYTEST_PLUGINS=rerunfailures,pytest_mock \
+PYTEST_PLUGINS=rerunfailures,pytest_mock,check \
%{__python3} -m pytest tests
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-build.git/commitdiff/4e97f8d44752542c363c90237bb31a7adcc6583d
More information about the pld-cvs-commit
mailing list