summaryrefslogtreecommitdiff
path: root/dev-python/pycryptodome/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/pycryptodome/files
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/pycryptodome/files')
-rw-r--r--dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch b/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch
deleted file mode 100644
index 2cfcaec127de..000000000000
--- a/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py b/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-index a2109891..44d2e532 100644
---- a/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-@@ -626,6 +626,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- def __init__(self, wycheproof_warnings):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_EAX.py b/lib/Crypto/SelfTest/Cipher/test_EAX.py
-index cdd0e85a..546186d1 100644
---- a/lib/Crypto/SelfTest/Cipher/test_EAX.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_EAX.py
-@@ -656,6 +656,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- def __init__(self, wycheproof_warnings):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_GCM.py b/lib/Crypto/SelfTest/Cipher/test_GCM.py
-index e3a7a3da..71ea0d18 100644
---- a/lib/Crypto/SelfTest/Cipher/test_GCM.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_GCM.py
-@@ -828,6 +828,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
- self._extra_params = extra_params
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_SIV.py b/lib/Crypto/SelfTest/Cipher/test_SIV.py
-index 38341e14..ab588adc 100644
---- a/lib/Crypto/SelfTest/Cipher/test_SIV.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_SIV.py
-@@ -456,6 +456,7 @@ class TestVectorsWycheproof(unittest.TestCase):
-
- def __init__(self):
- unittest.TestCase.__init__(self)
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")