public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pyperclip] epel10: Remove an obsolete patch file
Date: Mon, 21 Sep 2026 08:22:31 GMT [thread overview]
Message-ID: <178997895130.1.4276599607894114161.rpms-python-pyperclip-d6e4c6713df3@fedoraproject.org> (raw)
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()
reply other threads:[~2026-09-21 8:22 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=178997895130.1.4276599607894114161.rpms-python-pyperclip-d6e4c6713df3@fedoraproject.org \
--to=code@musicinmybrain.net \
--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