Got this error:
[SKIPPED] In Python 3 json.load always produces unicode jsonschema.tests.test_jsonschema_test_suite.TestDraft3.test_string_a_bytestring_is_a_string jsonschema.tests.test_jsonschema_test_suite.TestDraft4.test_string_a_bytestring_is_a_string =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.8/unittest/case.py", line 60, in testPartExecutor yield File "/usr/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/tests/test_jsonschema_test_suite.py", line 63, in test_case validate(data, schema, cls=self.validator_class, **kwargs) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 541, in validate cls(schema, *args, **kwargs).validate(instance) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 129, in validate for error in self.iter_errors(*args, **kwargs): File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 105, in iter_errors for error in errors: File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_validators.py", line 163, in format validator.format_checker.check(instance, format) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_format.py", line 96, in check result = func(instance) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_format.py", line 259, in is_css21_color instance.lower() in webcolors.css21_names_to_hex builtins.AttributeError: module 'webcolors' has no attribute 'css21_names_to_hex'
Pinned Comments
buzo commented on 2025-05-28 11:57 (UTC)
Upstream has split development of the major versions 2 and 3. This package will keep tracking the latest version. If you prefer version 2, there is now a separate package gns3-server-2.