public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-psutil] rawhide: Fix RHEL build with latest pytest
@ 2026-09-16 18:03 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-16 18:03 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-16 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 18:03 [rpms/python-psutil] rawhide: Fix RHEL build with latest pytest Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox