public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pyperclip] epel10: Remove an obsolete patch file
@ 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 : d6e4c6713df30fb37d227a6250a52858c87ad5b7
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2024-06-23T09:28:52-04:00
Stats  : +0/-54 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pyperclip/c/d6e4c6713df30fb37d227a6250a52858c87ad5b7?branch=epel10

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  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: 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