idella4     15/02/07 08:15:56

  Added:                0.9.0-drop-broken-backend.patch
  Removed:              jsonpickle-0.6.1-test-fix-backport.patch
  Log:
  bump; upgrade patch for tests, rm disused patch and old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/jsonpickle/files/0.9.0-drop-broken-backend.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonpickle/files/0.9.0-drop-broken-backend.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonpickle/files/0.9.0-drop-broken-backend.patch?rev=1.1&content-type=text/plain

Index: 0.9.0-drop-broken-backend.patch
===================================================================
diff -ur jsonpickle-0.9.0.orig/tests/thirdparty_test.py 
jsonpickle-0.9.0/tests/thirdparty_test.py
--- tests/thirdparty_test.py    2014-09-08 15:28:09.000000000 +0800
+++ tests/thirdparty_test.py    2015-02-07 15:55:51.962308731 +0800
@@ -61,6 +61,7 @@
     def setUp(self):
         try:
             import feedparser
+            feedparser.PREFERRED_XML_PARSERS.remove('drv_libxml2')
         except ImportError:
             if hasattr(self, 'skipTest'):
                 doit = self.skipTest




Reply via email to