public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/repo] f43: Fix pytest not failing build
@ 2026-07-06 21:51 LuK1337
0 siblings, 0 replies; only message in thread
From: LuK1337 @ 2026-07-06 21:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/repo
Branch : f43
Commit : a7b4768beb76fcd4a58bc2ec41f2ba252af5efd8
Author : LuK1337 <priv.luk@gmail.com>
Date : 2026-04-21T08:50:07+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/repo/c/a7b4768beb76fcd4a58bc2ec41f2ba252af5efd8?branch=f43
Log:
Fix pytest not failing build
---
diff --git a/repo.spec b/repo.spec
index da928cf..84d3f53 100644
--- a/repo.spec
+++ b/repo.spec
@@ -43,7 +43,7 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 man/%{name}*.1
install -Dpm0644 completion.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
%check
-%{py3_test_envvars} %{python3} -c 'import multiprocessing, pytest; multiprocessing.set_start_method("fork"); pytest.main()'
+%{py3_test_envvars} %{python3} -c 'import multiprocessing, pytest, sys; multiprocessing.set_start_method("fork"); sys.exit(pytest.main())'
%files
%license LICENSE
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 21:51 [rpms/repo] f43: Fix pytest not failing build LuK1337
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox