summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 13:56:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 13:59:32 +0100
commit17b2fcd90b0fade5b87258c30a5d74cd710475a5 (patch)
treeb011dedd066b5434f4cb4c60303b07f9663cfe58 /dev-python
parentxfce-base/xfdesktop: Bump to 4.19.0 (diff)
downloadgentoo-17b2fcd90b0fade5b87258c30a5d74cd710475a5.tar.gz
gentoo-17b2fcd90b0fade5b87258c30a5d74cd710475a5.tar.bz2
gentoo-17b2fcd90b0fade5b87258c30a5d74cd710475a5.zip
dev-python/gmpy: Remove unused patch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gmpy/files/gmpy-2.1.0_beta5-test-input.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/gmpy/files/gmpy-2.1.0_beta5-test-input.patch b/dev-python/gmpy/files/gmpy-2.1.0_beta5-test-input.patch
deleted file mode 100644
index 16705d917c93..000000000000
--- a/dev-python/gmpy/files/gmpy-2.1.0_beta5-test-input.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/test/runtests.py b/test/runtests.py
-index 5e5842d..7d64e52 100644
---- a/test/runtests.py
-+++ b/test/runtests.py
-@@ -81,7 +81,6 @@ if sys.version.startswith('3.1.'):
- print("with Python 3.1. The doctest module in Python 3.2 and later does not")
- print("have this issue.")
- print()
-- input("Press ENTER to continue.. ")
- print()
-
- mpz_doctests = ["test_mpz_create.txt", "test_mpz.txt", "test_mpz_io.txt",