1
0

1 Commits

Author SHA256 Message Date
8219a4ecac Add -v to pytest 2025-10-01 11:42:07 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 1 09:41:42 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Add -v to pytest
-------------------------------------------------------------------
Thu Aug 7 07:23:47 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -68,7 +68,7 @@ donttest="webtest or url_https.spec"
# Tests that requires network because of make_secure_url checking that
# the secure url exists
donttest+=" or source_https or rpmpreamble.spec or replace_pwdutils.spec or mingw32-clutter.spec"
python3 -m pytest -k "not ($donttest)" tests/*-tests.py
python3 -m pytest -v -k "not ($donttest)" tests/*-tests.py
%install
%if 0%{?mageia}