diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-18 10:14:39 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-19 20:41:58 +0200 |
commit | 7fc5a36f834073654825415bd46c0779501ef8eb (patch) | |
tree | ba451d94fb3073ba3f9e6a0a892f1f520136bf1b /dev-python/python-lsp-jsonrpc/files | |
parent | dev-python/mkautodoc: add py3.9 (diff) | |
download | gentoo-7fc5a36f834073654825415bd46c0779501ef8eb.tar.gz gentoo-7fc5a36f834073654825415bd46c0779501ef8eb.tar.bz2 gentoo-7fc5a36f834073654825415bd46c0779501ef8eb.zip |
dev-python/python-lsp-jsonrpc: add spyder fork of python-jsonrpc-server
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/python-lsp-jsonrpc/files')
-rw-r--r-- | dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch b/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch new file mode 100644 index 000000000000..c7b01903761b --- /dev/null +++ b/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch @@ -0,0 +1,12 @@ +diff --git a/test/test_streams.py b/test/test_streams.py +index bce3ffa..f93cb8d 100644 +--- a/test/test_streams.py ++++ b/test/test_streams.py +@@ -113,6 +113,7 @@ def test_writer_bad_message(wfile, writer): + hour=1, + minute=1, + second=1, ++ tzinfo=datetime.timezone.utc + )) + + assert wfile.getvalue() in [ |