public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-psutil] rawhide: Fix RHEL build with latest pytest
Date: Wed, 16 Sep 2026 18:03:42 GMT [thread overview]
Message-ID: <178958182201.1.13992373674902394460.rpms-python-psutil-ebc18ecd6638@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-psutil
Branch : rawhide
Commit : ebc18ecd6638877cc7ad0cab8aa3c530d9d53552
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-16T14:02:39-04:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-psutil/c/ebc18ecd6638877cc7ad0cab8aa3c530d9d53552?branch=rawhide
Log:
Fix RHEL build with latest pytest
While this built previously, now some tests are failing with:
'xdist_group' not found in `markers` configuration option
[skip changelog]
---
diff --git a/python-psutil.spec b/python-psutil.spec
index 291f7dc..50e06fe 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -50,6 +50,7 @@ ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
sed -i '/"--instafail"/d; /"-p instafail"/d' pyproject.toml
%if %{without xdist}
sed -i '/"-p xdist"/d' pyproject.toml
+sed -i '/@pytest\.mark\.xdist_group/d' tests/test_*.py
%endif
# Remove shebangs
reply other threads:[~2026-09-16 18:03 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=178958182201.1.13992373674902394460.rpms-python-psutil-ebc18ecd6638@fedoraproject.org \
--to=yselkowi@redhat.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