Source: flask
Version: 0.12.2-2
Severity: serious

Some recent change in unstable makes flask FTBFS:

https://tests.reproducible-builds.org/debian/history/flask.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/flask-0.12.2'
LC_ALL=C.UTF-8 http_proxy='' dh_auto_test
I: pybuild base:184: cd /build/1st/flask-0.12.2/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m pytest tests
============================= test session starts ==============================
platform linux2 -- Python 2.7.14+, pytest-3.2.1, py-1.4.34, pluggy-0.4.0
rootdir: /build/1st/flask-0.12.2, inifile: setup.cfg
collected 325 items

tests/test_appctx.py ............
tests/test_basic.py 
........................................E...........................................................
tests/test_blueprints.py ..............................
tests/test_cli.py ..........
tests/test_config.py ................
tests/test_deprecations.py ..
tests/test_ext.py ..............
tests/test_helpers.py .....................................................
tests/test_instance_config.py ............
tests/test_regression.py ...
tests/test_reqctx.py .......ss
tests/test_signals.py .......
tests/test_subclassing.py .
tests/test_templating.py ..............................
tests/test_testing.py ...............
tests/test_user_error_handler.py ....
tests/test_views.py ........

==================================== ERRORS ====================================
________ ERROR at teardown of test_make_response_with_response_instance ________

recwarn = WarningsRecorder(record=True)

    @pytest.yield_fixture(autouse=True)
    def catch_deprecation_warnings(recwarn):
        yield
        gc.collect()
>       assert not recwarn.list
E       assert not [<warnings.WarningMessage object at 0x7f40889eca50>]
E        +  where [<warnings.WarningMessage object at 0x7f40889eca50>] = 
WarningsRecorder(record=True).list

tests/conftest.py:134: AssertionError
=============== 323 passed, 2 skipped, 1 error in 71.03 seconds ================
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/flask-0.12.2/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

Reply via email to