From 0655e2c3a3fbf0fa6422598b22fe08d620d0597e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 15 Jul 2021 01:29:59 +0000 Subject: Adding metadata --- ...n-jsonrpc-server-0.4.0-fix-test-with-ujson-3-and-up.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.4.0-fix-test-with-ujson-3-and-up.patch (limited to 'dev-python/python-jsonrpc-server/files') diff --git a/dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.4.0-fix-test-with-ujson-3-and-up.patch b/dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.4.0-fix-test-with-ujson-3-and-up.patch deleted file mode 100644 index b639d69bbd04..000000000000 --- a/dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.4.0-fix-test-with-ujson-3-and-up.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/test/test_streams.py b/test/test_streams.py -index 6985aec..9e64489 100644 ---- a/test/test_streams.py -+++ b/test/test_streams.py -@@ -119,6 +119,7 @@ def test_writer_bad_message(wfile, writer): - hour=1, - minute=1, - second=1, -+ tzinfo=datetime.timezone.utc - )) - - assert wfile.getvalue() in [ -- cgit v1.3.1