[Python-modules-team] Bug#950638: pykwalify FTBFS: TestCore.test_core_files failure
Adrian Bunk
bunk at debian.org
Tue Feb 4 12:34:17 GMT 2020
Source: pykwalify
Version: 1.7.0-2
Severity: serious
Tags: ftbfs bullseye sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pykwalify.html
...
=================================== FAILURES ===================================
___________________________ TestCore.test_core_files ___________________________
...
> compare(sorted(c.validation_errors), sorted(errors), prefix="Wrong validation errors when parsing files : {0} : {1} : {2}".format(
f, document_index, document.get('name', 'UNKNOWN')))
E AssertionError: Wrong validation errors when parsing files : /build/1st/pykwalify-1.7.0/.pybuild/cpython3_3.8/build/tests/files/fail/test_type_float.yaml : 1 : fail-type-float-2: sequence not as expected:
E
E same:
E []
E
E first:
E ["Value 'True' is not of type 'float'. Path: '/1'",
E "Value 'foo' is not of type 'float'. Path: '/0'"]
E
E second:
E ["Value 'foo' is not of type 'float'. Path: '/0'"]
E
E While comparing [0]:
E "Value 'True' is not of type 'float'. Path: '/1'"
E !=
E "Value 'foo' is not of type 'float'. Path: '/0'"
tests/test_core.py:571: AssertionError
...
More information about the Python-modules-team
mailing list