Source: python-pecan Version: 1.8.0-1 Severity: normal Dear Maintainer,
Please mark all test-related dependencis in Build-Depends-Indep as "<!nocheck>". As of today, python-pecan is pulling 8 of thoses in the key_package set. The package is still building & being autopkgtested perfectly fine of course. Greetings Alexandre --- a/debian/control +++ b/debian/control @@ -12,19 +12,19 @@ Build-Depends: python3-setuptools, python3-sphinx, Build-Depends-Indep: - gunicorn, - python3-genshi, - python3-gunicorn, - python3-jinja2, - python3-kajiki, - python3-mako, - python3-markupsafe, - python3-pytest, - python3-simplegeneric, - python3-sqlalchemy, - python3-virtualenv, - python3-webob, - python3-webtest, + gunicorn <!nocheck>, + python3-genshi <!nocheck>, + python3-gunicorn <!nocheck>, + python3-jinja2 <!nocheck>, + python3-kajiki <!nocheck>, + python3-mako <!nocheck>, + python3-markupsafe <!nocheck>, + python3-pytest <!nocheck>, + python3-simplegeneric <!nocheck>, + python3-sqlalchemy <!nocheck>, + python3-virtualenv <!nocheck>, + python3-webob <!nocheck>, + python3-webtest <!nocheck>, Standards-Version: 4.1.1 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pecan Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pecan.git tchet@quieter:/tmp/python-pecan$ pecan/tests/test_util.py::TestArgSpec::test_decorator_with_args PASSED [ 99%] pecan/tests/test_util.py::TestArgSpec::test_multiple_decorators PASSED [ 99%] pecan/tests/test_util.py::TestArgSpec::test_nested_cells PASSED [ 99%] pecan/tests/test_util.py::TestArgSpec::test_no_decorator PASSED [ 99%] pecan/tests/test_util.py::TestArgSpec::test_simple_decorator PASSED [ 99%] pecan/tests/test_util.py::TestArgSpec::test_simple_wrapper PASSED [100%] =============================== warnings summary =============================== pecan/tests/test_conf.py::TestConf::test_config_from_file pecan/tests/test_conf.py::TestConf::test_config_illegal_ids pecan/tests/test_conf.py::TestConf::test_config_with_bad_import pecan/tests/test_conf.py::TestConf::test_update_force_dict pecan/tests/test_conf.py::TestConf::test_update_set_config pecan/tests/test_conf.py::TestConf::test_update_set_default_config pecan/tests/test_conf.py::TestGlobalConfig::test_overwrite_from_file pecan/tests/test_conf.py::TestGlobalConfig::test_paint_from_file <frozen importlib._bootstrap>:533: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.15; use exec_module() instead -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 540 passed, 3 deselected, 8 warnings in 3.76s ================= autopkgtest [13:32:54]: test unittests: -----------------------] autopkgtest [13:32:54]: test unittests: - - - - - - - - - - results - - - - - - - - - - unittests PASS

