public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: LuK1337 <priv.luk@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/repo] f44: Fix pytest not failing build
Date: Mon, 06 Jul 2026 21:51:40 GMT [thread overview]
Message-ID: <178337470000.1.5314918409517739581.rpms-repo-a7b4768beb76@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/repo
Branch : f44
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=f44
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
reply other threads:[~2026-07-06 21:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178337470000.1.5314918409517739581.rpms-repo-a7b4768beb76@fedoraproject.org \
--to=priv.luk@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox