Source: django-pipeline Version: 4.0.0-3 Severity: serious X-Debbugs-Cc: Alexandre Detiste <tc...@debian.org>
https://tracker.debian.org/pkg/django-pipeline Issues preventing migration: ∙ ∙ autopkgtest for django-pipeline/4.0.0-3: amd64: Regression or new test ♻, arm64: Regression or new test ♻, armel: Regression or new test ♻, armhf: Regression or new test ♻, i386: Regression or new test ♻, ppc64el: Regression or new test ♻, riscv64: Regression or new test ♻, s390x: Regression or new test ♻ ... 41s autopkgtest [06:14:41]: test pybuild-autopkgtest: pybuild-autopkgtest 41s autopkgtest [06:14:41]: test pybuild-autopkgtest: [----------------------- 41s pybuild-autopkgtest 42s I: pybuild base:311: cd /tmp/autopkgtest-lxc.zrl4wfv_/downtmp/autopkgtest_tmp/build; python3.13 -m unittest discover -v 42s tests.tests (unittest.loader._FailedTest.tests.tests) ... ERROR 42s 42s ====================================================================== 42s ERROR: tests.tests (unittest.loader._FailedTest.tests.tests) 42s ---------------------------------------------------------------------- 42s ImportError: Failed to import test module: tests.tests 42s Traceback (most recent call last): 42s File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path 42s package = self._get_module_from_name(name) 42s File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name 42s __import__(name) 42s ~~~~~~~~~~^^^^^^ 42s File "/tmp/autopkgtest-lxc.zrl4wfv_/downtmp/autopkgtest_tmp/build/tests/tests/__init__.py", line 8, in <module> 42s from .test_collector import * # noqa 42s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 42s File "/tmp/autopkgtest-lxc.zrl4wfv_/downtmp/autopkgtest_tmp/build/tests/tests/test_collector.py", line 7, in <module> 42s from pipeline.collector import default_collector 42s File "/usr/lib/python3/dist-packages/pipeline/collector.py", line 7, in <module> 42s from pipeline.finders import PipelineFinder 42s File "/usr/lib/python3/dist-packages/pipeline/finders.py", line 15, in <module> 42s from pipeline.conf import settings 42s File "/usr/lib/python3/dist-packages/pipeline/conf.py", line 10, in <module> 42s "PIPELINE_ENABLED": not _settings.DEBUG, 42s ^^^^^^^^^^^^^^^ 42s File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line 102, in __getattr__ 42s self._setup(name) 42s ~~~~~~~~~~~^^^^^^ 42s File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line 82, in _setup 42s raise ImproperlyConfigured( 42s ...<4 lines>... 42s ) 42s django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. 42s 42s 42s ---------------------------------------------------------------------- 42s Ran 1 test in 0.000s 42s 42s FAILED (errors=1) 42s E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /tmp/autopkgtest-lxc.zrl4wfv_/downtmp/autopkgtest_tmp/build; python3.13 -m unittest discover -v 42s pybuild-autopkgtest: error: pybuild --autopkgtest -i python{version} -p 3.13 returned exit code 13 42s make: *** [/tmp/V1WBMnLCn0/run:4: pybuild-autopkgtest] Error 25 42s pybuild-autopkgtest: error: /tmp/V1WBMnLCn0/run pybuild-autopkgtest returned exit code 2 42s autopkgtest [06:14:42]: test pybuild-autopkgtest: -----------------------] 42s autopkgtest [06:14:42]: test pybuild-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 42s pybuild-autopkgtest FAIL non-zero exit status 25 ...