public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pyperclip] epel8: Remove an obsolete patch file
@ 2026-09-21 14:27 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-21 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pyperclip
Branch : epel8
Commit : ac5cb6d6ef519ef02e4f43ae22086cc8d5540962
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-21T14:56:48+01:00
Stats : +0/-54 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pyperclip/c/ac5cb6d6ef519ef02e4f43ae22086cc8d5540962?branch=epel8
Log:
Remove an obsolete patch file
---
diff --git a/0001-Skip-tests-irrelevant-in-the-context-of-Fedora-packa.patch b/0001-Skip-tests-irrelevant-in-the-context-of-Fedora-packa.patch
deleted file mode 100644
index eab0877..0000000
--- a/0001-Skip-tests-irrelevant-in-the-context-of-Fedora-packa.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From f00d7ae8478a7ddd36d68ab4fde8934b1641f45b Mon Sep 17 00:00:00 2001
-From: Haikel Guemar <hguemar@fedoraproject.org>
-Date: Tue, 16 Jun 2020 10:31:02 -0600
-Subject: [PATCH] Skip tests irrelevant in the context of Fedora packaging
-
----
- tests/__init__.py | 0
- tests/test_pyperclip.py | 5 +++++
- 2 files changed, 5 insertions(+)
- create mode 100644 tests/__init__.py
-
-diff --git a/tests/__init__.py b/tests/__init__.py
-new file mode 100644
-index 0000000..e69de29
-diff --git a/tests/test_pyperclip.py b/tests/test_pyperclip.py
-index 7519d94..62a6f20 100644
---- a/tests/test_pyperclip.py
-+++ b/tests/test_pyperclip.py
-@@ -133,6 +133,7 @@ class TestOSX(_TestClipboard):
- clipboard = init_osx_pyobjc_clipboard()
-
-
-+@unittest.skip("Not relevant in Fedora package build")
- class TestGtk(_TestClipboard):
- if HAS_DISPLAY:
- try:
-@@ -143,6 +144,7 @@ class TestGtk(_TestClipboard):
- clipboard = init_gtk_clipboard()
-
-
-+@unittest.skip("Not relevant in Fedora package build")
- class TestQt(_TestClipboard):
- if HAS_DISPLAY:
- try:
-@@ -158,16 +160,19 @@ class TestQt(_TestClipboard):
- clipboard = init_qt_clipboard()
-
-
-+@unittest.skip("Not relevant in Fedora package build")
- class TestXClip(_TestClipboard):
- if _executable_exists("xclip"):
- clipboard = init_xclip_clipboard()
-
-
-+@unittest.skip("Not relevant in Fedora package build")
- class TestXSel(_TestClipboard):
- if _executable_exists("xsel"):
- clipboard = init_xsel_clipboard()
-
-
-+@unittest.skip("Not relevant in Fedora package build")
- class TestKlipper(_TestClipboard):
- if _executable_exists("klipper") and _executable_exists("qdbus"):
- clipboard = init_klipper_clipboard()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 14:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 14:27 [rpms/python-pyperclip] epel8: Remove an obsolete patch file 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