summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-22 00:48:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-22 00:51:32 +0200
commit75fbc08b8a0850582cb9f74a5ae648bf9a6a8761 (patch)
tree595bc6eeb3f8be23d846453ceadac23ee06b32eb /dev-python/twine/files/twine-1.15.0-tests.patch
parentdev-python/treq: Remove old (diff)
downloadgentoo-75fbc08b8a0850582cb9f74a5ae648bf9a6a8761.tar.gz
gentoo-75fbc08b8a0850582cb9f74a5ae648bf9a6a8761.tar.bz2
gentoo-75fbc08b8a0850582cb9f74a5ae648bf9a6a8761.zip
dev-python/twine: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twine/files/twine-1.15.0-tests.patch')
-rw-r--r--dev-python/twine/files/twine-1.15.0-tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/twine/files/twine-1.15.0-tests.patch b/dev-python/twine/files/twine-1.15.0-tests.patch
deleted file mode 100644
index ce75469c091f..000000000000
--- a/dev-python/twine/files/twine-1.15.0-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/tests/test_package.py b/tests/test_package.py
-index 8e4fbbb..35c9c52 100644
---- a/tests/test_package.py
-+++ b/tests/test_package.py
-@@ -214,11 +214,11 @@ TWINE_1_5_0_WHEEL_HEXDIGEST = package.Hexdigest(
- 'b657a4148d05bd0098c1d6d8cc4e14e766dbe93c3a5ab6723b969da27a87bac0',
- )
-
--if platform.python_implementation().lower() == 'pypy':
-- # pyblake2 refuses to install on PyPy
-- TWINE_1_5_0_WHEEL_HEXDIGEST = TWINE_1_5_0_WHEEL_HEXDIGEST._replace(
-- blake2=None,
-- )
-+#if platform.python_implementation().lower() == 'pypy':
-+# # pyblake2 refuses to install on PyPy
-+# TWINE_1_5_0_WHEEL_HEXDIGEST = TWINE_1_5_0_WHEEL_HEXDIGEST._replace(
-+# blake2=None,
-+# )
-
-
- def test_hash_manager():