summaryrefslogtreecommitdiff
path: root/dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch')
-rw-r--r--dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch b/dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch
deleted file mode 100644
index 6ce987581c4f..000000000000
--- a/dev-python/ujson/files/ujson-1.35-test-depricationwarning.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ujson-1.35.orig/tests/tests.py 2017-04-14 18:14:36.298345782 -0700
-+++ ujson-1.35/tests/tests.py 2017-04-14 18:14:47.899947795 -0700
-@@ -702,7 +702,7 @@
-
- output = ujson.encode(ObjectTest())
- dec = ujson.decode(output)
-- self.assertEquals(dec, {})
-+ self.assertEqual(dec, {})
-
- def test_toDict(self):
- d = {"key": 31337}