summaryrefslogtreecommitdiff
blob: 92f1a650e6d18604c2009164353b6187b86b79ba (plain)
1
2
3
4
5
6
7
8
9
10
11
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