[Python-modules-team] Bug#912117: python-boltons FTBFS: test_todict fails

Adrian Bunk bunk at debian.org
Sun Oct 28 11:28:57 GMT 2018


Source: python-boltons
Version: 18.0.0-1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-boltons.html

...
=================================== FAILURES ===================================
_________________________________ test_todict __________________________________

    def test_todict():
        omd = OMD(_ITEMSETS[2])
        assert len(omd) == 1
        assert omd['A'] == 'One'
    
        d = dict(omd)
        assert len(d) == 1
>       assert d['A'] == ['One', 'One', 'One']
E       AssertionError: assert 'One' == ['One', 'One', 'One']

tests/test_dictutils.py:32: AssertionError
===================== 1 failed, 339 passed in 4.83 seconds =====================
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /build/1st/python-boltons-18.0.0/.pybuild/cpython3_3.7_boltons/build; python3.7 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.7 3.6" returned exit code 13
make: *** [debian/rules:6: build] Error 25



More information about the Python-modules-team mailing list