From b7c512b0d54f6a44f1cd97ba991219c7887ba91b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 3 May 2025 18:58:27 +0000 Subject: Adding metadata --- dev-python/yara-python/yara-python-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/yara-python/yara-python-9999.ebuild') diff --git a/dev-python/yara-python/yara-python-9999.ebuild b/dev-python/yara-python/yara-python-9999.ebuild index a957933416c0..abe42fd90f95 100644 --- a/dev-python/yara-python/yara-python-9999.ebuild +++ b/dev-python/yara-python/yara-python-9999.ebuild @@ -31,11 +31,10 @@ distutils_enable_tests unittest python_configure_all() { cat >> setup.cfg <<-EOF - [build_ext] dynamic_linking = True EOF } python_test() { - "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}" + "${EPYTHON}" tests.py -v || die "Tests fail with ${EPYTHON}" } -- cgit v1.3.1