public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pyperclip] epel10: Write test skips one-per-line
@ 2026-09-21 8:22 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-21 8:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pyperclip
Branch : epel10
Commit : b6798a3361c2cb37eda288fd3f0bba103937bd41
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2024-06-23T09:54:04-04:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pyperclip/c/b6798a3361c2cb37eda288fd3f0bba103937bd41?branch=epel10
Log:
Write test skips one-per-line
---
diff --git a/python-pyperclip.spec b/python-pyperclip.spec
index ca6d939..b6ef940 100644
--- a/python-pyperclip.spec
+++ b/python-pyperclip.spec
@@ -139,7 +139,11 @@ PYTHONPATH="${PWD}/src" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}'
%global __pytest /usr/bin/xvfb-run -a %{python3} -m pytest
# Explicitly skip backends that we know will fail in the mock environment if
# their dependencies happen to be present. See notes in the BuildRequires.
-%pytest -k 'not TestGtk and not TestXSel and not TestWlClipboard and not TestKlipper' -v
+k="${k-}${k+ and }not TestGtk"
+k="${k-}${k+ and }not TestKlipper"
+k="${k-}${k+ and }not TestWlCLipboard"
+k="${k-}${k+ and }not TestXSel"
+%pytest -k "${k-}" -v
%files -n python3-%{pypi_name}
%license LICENSE.txt
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 8:22 [rpms/python-pyperclip] epel10: Write test skips one-per-line Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox