diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/commentjson/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/commentjson/files')
| -rw-r--r-- | dev-python/commentjson/files/commentjson-0.9.0-py312.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/commentjson/files/commentjson-0.9.0-py312.patch b/dev-python/commentjson/files/commentjson-0.9.0-py312.patch deleted file mode 100644 index dbdcfe488f83..000000000000 --- a/dev-python/commentjson/files/commentjson-0.9.0-py312.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 04ad293f800039c0221ff010236e589a4ba7079d Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Sun, 23 Jun 2024 14:54:42 +0200 -Subject: [PATCH] Update test skips for Python 3.12+ - -Python 3.12 moves testing for `Infinity` and other constants -into `test_json/test_decode.py::test_parse_constant`. ---- - commentjson/tests/test_json/test_decode.py | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/commentjson/tests/test_json/test_decode.py b/commentjson/tests/test_json/test_decode.py -index 6971c44..8f5e904 100644 ---- a/commentjson/tests/test_json/test_decode.py -+++ b/commentjson/tests/test_json/test_decode.py -@@ -69,3 +69,8 @@ def test_string_with_utf8_bom(self): - 'test case is not supported by commentjson.')) - def test_negative_index(self): - pass -+ -+ @unittest.skipIf(version >= (3, 12), -+ 'Infinity as a value is not supported yet') -+ def test_parse_constant(self): -+ pass |
