[Python-modules-commits] r32141 - in packages/celery/trunk/debian/patches (fix_tests series)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Thu Apr 2 14:49:47 UTC 2015
Date: Thursday, April 2, 2015 @ 14:49:46
Author: fladi-guest
Revision: 32141
Drop fix-tests patch since the certificate expiration test is now skipped by upstream.
Modified:
packages/celery/trunk/debian/patches/series
Deleted:
packages/celery/trunk/debian/patches/fix_tests
Deleted: packages/celery/trunk/debian/patches/fix_tests
===================================================================
--- packages/celery/trunk/debian/patches/fix_tests 2015-04-02 14:48:08 UTC (rev 32140)
+++ packages/celery/trunk/debian/patches/fix_tests 2015-04-02 14:49:46 UTC (rev 32141)
@@ -1,19 +0,0 @@
-Description: Upstream cert used in tests has expired
- Therefor invert the test to check for an expired certificate.
-Author: Brian May <bam at debian.org>
-Last-Update: 2014-08-13
-Forwarded: no
-
-Index: celery/celery/tests/security/test_certificate.py
-===================================================================
---- celery.orig/celery/tests/security/test_certificate.py 2014-08-13 11:41:27.028556353 +1000
-+++ celery/celery/tests/security/test_certificate.py 2014-08-13 11:41:54.659917069 +1000
-@@ -23,7 +23,7 @@
- self.assertRaises(SecurityError, Certificate, KEY1)
-
- def test_has_expired(self):
-- self.assertFalse(Certificate(CERT1).has_expired())
-+ self.assertTrue(Certificate(CERT1).has_expired())
-
-
- class test_CertStore(SecurityCase):
Modified: packages/celery/trunk/debian/patches/series
===================================================================
--- packages/celery/trunk/debian/patches/series 2015-04-02 14:48:08 UTC (rev 32140)
+++ packages/celery/trunk/debian/patches/series 2015-04-02 14:49:46 UTC (rev 32141)
@@ -3,4 +3,3 @@
intersphinx.patch
disable_unstable_tests.patch
privacy.patch
-fix_tests
More information about the Python-modules-commits
mailing list