diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-20 01:38:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-20 01:38:55 +0000 |
| commit | c985e56fbef78ac3b3cadf791bd09e24f3725986 (patch) | |
| tree | 82d5346b2ccb2a8fb11e0375d487a1c3bd1f4307 /dev-python/python-lsp-jsonrpc/files | |
| parent | 8478608f14b4d9f4fa67dcc8ee373db368b02ada (diff) | |
| download | baldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.tar.gz baldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.tar.xz baldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.zip | |
Adding metadata
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 [ |
