Package Details: python-jsonschema26 2.6.0-1

Git Clone URL: https://aur.archlinux.org/python-jsonschema26.git (read-only, click to copy)
Package Base: python-jsonschema26
Description: An implementation of JSON Schema validation for Python
Upstream URL: http://pypi.python.org/pypi/jsonschema
Licenses: MIT
Conflicts: python-jsonschema
Provides: python-jsonschema
Submitter: Universebenzene
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 1
Popularity: 0.000000
First Submitted: 2019-06-12 07:43 (UTC)
Last Updated: 2019-06-14 17:55 (UTC)

Required by (155)

Sources (1)

Latest Comments

khalil2535 commented on 2020-04-02 05:06 (UTC)

to install without check ..

cd /tmp git clone https://aur.archlinux.org/python-jsonschema26.git cd python-jsonschema26 makepkg -si --nocheck

=== thanks to @DevStacker99

altf4 commented on 2020-03-31 10:30 (UTC)

Is anything evoluting on this right now?

altf4 commented on 2020-03-26 02:04 (UTC) (edited on 2020-03-26 02:13 (UTC) by altf4)

Same here

test_format_26_a_valid_CSS_color_name ...                           [ERROR]
test_format_27_a_valid_six_digit_CSS_color_code ...                 [ERROR]
test_format_28_a_valid_three_digit_CSS_color_code ...               [ERROR]
test_format_29_an_invalid_CSS_color_code ...                        [ERROR]
test_format_2_a_regular_expression_with_unclosed_parens_is_invalid ... [OK]
test_format_30_an_invalid_CSS_color_name ...                        [ERROR]
test_format_31_a_CSS_color_name_containing_invalid_characters ...   [ERROR]

khalil2535 commented on 2020-03-23 04:47 (UTC)

same issue here @maclu

maclu commented on 2020-03-16 03:21 (UTC)

Hey, following tests fail with python 3.8.2 installed


    test_format_26_a_valid_CSS_color_name ...                           [ERROR]
    test_format_27_a_valid_six_digit_CSS_color_code ...                 [ERROR]
    test_format_28_a_valid_three_digit_CSS_color_code ...               [ERROR]
    test_format_29_an_invalid_CSS_color_code ...                        [ERROR]
    test_format_2_a_regular_expression_with_unclosed_parens_is_invalid ... [OK]
    test_format_30_an_invalid_CSS_color_name ...                        [ERROR]
    test_format_31_a_CSS_color_name_containing_invalid_characters ...   [ERROR]

Install then aborts: ==> ERROR: A failure occurred in check().

I don't have sufficient experience - is there any other details needed.