Your message dated Tue, 14 Feb 2023 15:19:46 +0000
with message-id <e1prx5u-004w7i...@fasolo.debian.org>
and subject line Bug#1030810: fixed in django-sass-processor 1.2.2+repack-1
has caused the Debian Bug report #1030810,
regarding django-sass-processor FTBFS: 
django.core.exceptions.ImproperlyConfigured
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1030810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-sass-processor
Version: 1.2.2-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=django-sass-processor&arch=all&ver=1.2.2-1&stamp=1675788416&raw=0

...
==================================== ERRORS ====================================
______ ERROR at setup of SassProcessorTest.test_management_command_django ______

cls = <class 'tests.test_sass_processor.SassProcessorTest'>

    @classmethod
    def setUpClass(cls):
>       super().setUpClass()

/usr/lib/python3/dist-packages/django/test/testcases.py:1182: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3/dist-packages/django/test/testcases.py:183: in setUpClass
    cls._add_databases_failures()
/usr/lib/python3/dist-packages/django/test/testcases.py:204: in 
_add_databases_failures
    cls.databases = cls._validate_databases()
/usr/lib/python3/dist-packages/django/test/testcases.py:190: in 
_validate_databases
    if alias not in connections:
/usr/lib/python3/dist-packages/django/utils/connection.py:73: in __iter__
    return iter(self.settings)
/usr/lib/python3/dist-packages/django/utils/functional.py:48: in __get__
    res = instance.__dict__[self.name] = self.func(instance)
/usr/lib/python3/dist-packages/django/utils/connection.py:45: in settings
    self._settings = self.configure_settings(self._settings)
/usr/lib/python3/dist-packages/django/db/utils.py:144: in configure_settings
    databases = super().configure_settings(databases)
/usr/lib/python3/dist-packages/django/utils/connection.py:50: in 
configure_settings
    settings = getattr(django_settings, self.settings_name)
/usr/lib/python3/dist-packages/django/conf/__init__.py:82: in __getattr__
    self._setup(name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <LazySettings [Unevaluated]>, name = 'DATABASES'

    def _setup(self, name=None):
        """
        Load the settings module pointed to by the environment variable. This
        is used the first time settings are needed, if the user hasn't
        configured settings manually.
        """
        settings_module = os.environ.get(ENVIRONMENT_VARIABLE)
        if not settings_module:
            desc = ("setting %s" % name) if name else "settings"
>           raise ImproperlyConfigured(
                "Requested %s, but settings are not configured. "
                "You must either define the environment variable %s "
                "or call settings.configure() before accessing settings."
                % (desc, ENVIRONMENT_VARIABLE))
E           django.core.exceptions.ImproperlyConfigured: Requested setting 
DATABASES, but settings are not configured. You must either define the 
environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before 
accessing settings.

/usr/lib/python3/dist-packages/django/conf/__init__.py:63: ImproperlyConfigured
...
=========================== short test summary info ============================
ERROR 
tests/test_sass_processor.py::SassProcessorTest::test_management_command_django
ERROR 
tests/test_sass_processor.py::SassProcessorTest::test_management_command_jinja2
ERROR 
tests/test_sass_processor.py::SassProcessorTest::test_management_command_multiple
ERROR tests/test_sass_processor.py::SassProcessorTest::test_sass_processor - ...
ERROR tests/test_sass_processor.py::SassProcessorTest::test_sass_src_django
ERROR tests/test_sass_processor.py::SassProcessorTest::test_sass_src_jinja2
ERROR 
tests/test_sass_processor.py::SassProcessorTest::test_sass_src_jinja2_variable
ERROR tests/test_sass_processor.py::SassProcessorTest::test_use_storage_django
ERROR tests/test_sass_processor.py::SassProcessorTest::test_use_storage_jinja2
ERROR tests/test_sass_processor.py::SassProcessorTest::test_use_storage_multiple
======================== 2 warnings, 10 errors in 1.39s ========================
E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-sass-processor/build; python3.11 
-m pytest tests
dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
code 13
make: *** [debian/rules:8: build-indep] Error 25

--- End Message ---
--- Begin Message ---
Source: django-sass-processor
Source-Version: 1.2.2+repack-1
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
django-sass-processor, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1030...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated 
django-sass-processor package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 14 Feb 2023 15:43:30 +0100
Source: django-sass-processor
Architecture: source
Version: 1.2.2+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1030810
Changes:
 django-sass-processor (1.2.2+repack-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 1.2.2+repack (Closes: #1030810)
   * Use dh-sequence-python3
   * Switch to autopkgtest-pkg-pybuild
   * Add R³
Checksums-Sha1:
 1616cc48100d158bc729a78e1818ac4eb5caf326 2381 
django-sass-processor_1.2.2+repack-1.dsc
 8fa2bef71d01f95a81fb21ea79e56e83a18bed80 21457 
django-sass-processor_1.2.2+repack.orig.tar.gz
 a2a0df4a252c0f14c4d55595bd005eff36d0c91c 3348 
django-sass-processor_1.2.2+repack-1.debian.tar.xz
 0b0f389f457b2ba79702f03dc12479ddac1fd071 7015 
django-sass-processor_1.2.2+repack-1_source.buildinfo
Checksums-Sha256:
 5218452ef6735a4e199d101cf1b12f1cef74d9e565ba28dd5b5ef7b6c431e6ee 2381 
django-sass-processor_1.2.2+repack-1.dsc
 522bea170c985013e3d12e926fa9e26436aab01ab63c921154710c632e483c72 21457 
django-sass-processor_1.2.2+repack.orig.tar.gz
 d6331cfcb16c8c8cf65b58f4599a4785744b53ad1cf01fa3aafeae417211a918 3348 
django-sass-processor_1.2.2+repack-1.debian.tar.xz
 eb5362258e5dbc7c0abb8032c73fa88c5e382e1871eb98f35285685730dd5c7c 7015 
django-sass-processor_1.2.2+repack-1_source.buildinfo
Files:
 b1a8f6699313e1cc50c9dd73f07eca01 2381 python optional 
django-sass-processor_1.2.2+repack-1.dsc
 c50a851d8b3fbd6c91b1c2914a07dd5a 21457 python optional 
django-sass-processor_1.2.2+repack.orig.tar.gz
 24ad54f64d7935ea45ac250f5a78c18f 3348 python optional 
django-sass-processor_1.2.2+repack-1.debian.tar.xz
 7da91cc329722a6c92e3b6bfe5586324 7015 python optional 
django-sass-processor_1.2.2+repack-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmPrnlsACgkQW//cwljm
lDObXBAAhT1QkgtqbaY3KAiWTmVc5SYZAbEBYBXYFL3+pS+CTBa5bUIgojwgIS7g
FMd/HP1G3byacQzn4f16f2ihTJk1Ky/W1JZjJAJa/QeUASTmCVJXJEM3iCMJYpw1
orWSn0ygKbWIiz9Im/2pOfU8e+QS+CY/QxW/AeqgInNJoUveczE2kqzKRDda3q7g
A/SljMhQREL8yDxcJkmVu19jpgwalvcBL+bpiQKUYtNWPACKJyklGaCU5WaTjOb+
0w4SInW2CnspRVqLsg/csAcKfL8Sr13vAv7o5HOEpX/elZgDKRdfmQ8Qc8FGki4g
oRd906xXyWbb5Acs6gLBIE2y1u4vXSkgoBhs3x7/Bv0M8LNkpUzdub8z76+b1ucd
RA12UnNe8b0SFkf6PY9dJOOih2dY+WqmQtD9HTfMMN4x3XjRf3/f2SJnALoNudxV
S5z5IyC66yjzK6HFcCjYjrNnfB10IVQO41+Bsd7Cl7xDJDeaTrxDc5QwLptSVRoM
8LzJVRrWuZemK7Xn+2G1jD431lUjZXq3rXIPv14AhzJSFHnjdYctnO02R72tjQsV
b1iumNccLE8dcYFfeOutiVUfppVIY4UEVLxd9hYqpvirrMM16PGPGg+7TRo0z+4D
z8TsWVNzHpzkRyuk/wjA5a15z3SwanMhKQvywJe21ZyW9DXOwYY=
=nxNT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to