Your message dated Sun, 10 Dec 2023 08:50:14 +0000
with message-id <e1rcfvu-008lfp...@fasolo.debian.org>
and subject line Bug#1056231: fixed in bugwarrior 1.8.0-8
has caused the Debian Bug report #1056231,
regarding bugwarrior's autopkg tests fail with Python 3.12
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.)


-- 
1056231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src;bugwarrior
Version: 1.8.0-7
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

bugwarrior's autopkg tests fail with Python 3.12 (imp and distutils modules removed in 3.12):

[...]
243s ============================= test session starts ==============================
243s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
243s rootdir: /tmp/autopkgtest.M43TjA/autopkgtest_tmp/build
243s collected 0 items / 23 errors / 3 skipped
243s
243s ==================================== ERRORS ==================================== 243s _________________ ERROR collecting tests/test_activecollab2.py _________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_activecollab2.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_activecollab2.py:8: in <module>
243s     from bugwarrior.services.activecollab2 import ActiveCollab2Service
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ___________________ ERROR collecting tests/test_bitbucket.py ___________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_bitbucket.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_bitbucket.py:6: in <module>
243s     from bugwarrior.services.bitbucket import BitbucketService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ______________________ ERROR collecting tests/test_bts.py ______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_bts.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_bts.py:6: in <module>
243s     from bugwarrior.services import bts
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ___________________ ERROR collecting tests/test_bugzilla.py ____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_bugzilla.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_bugzilla.py:8: in <module>
243s     from bugwarrior.services.bz import BugzillaService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_config.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_config.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_config.py:8: in <module>
243s     import bugwarrior.config as config
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_data.py ______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_data.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_data.py:5: in <module>
243s     from bugwarrior import data
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ______________________ ERROR collecting tests/test_db.py _______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_db.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_db.py:7: in <module>
243s     from bugwarrior import db
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_github.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_github.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_github.py:9: in <module>
243s     from bugwarrior.config import ServiceConfig
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_gitlab.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_gitlab.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_gitlab.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_gmail.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_gmail.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_gmail.py:12: in <module>
243s     import bugwarrior.services.gmail as gmail
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_jira.py ______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_jira.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_jira.py:9: in <module>
243s     from bugwarrior.services.jira import JiraService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_phab.py ______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_phab.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_phab.py:6: in <module>
243s     from bugwarrior.services.phab import PhabricatorService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ________________ ERROR collecting tests/test_pivotaltracker.py _________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_pivotaltracker.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_pivotaltracker.py:8: in <module>
243s     from .base import ServiceTest, AbstractServiceTest, ConfigTest
243s tests/base.py:11: in <module>
243s     from bugwarrior import config
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_redmine.py ____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_redmine.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_redmine.py:8: in <module>
243s     from bugwarrior.services.redmine import RedMineService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_service.py ____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_service.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_service.py:3: in <module>
243s     from bugwarrior import config, services
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _________________ ERROR collecting tests/test_string_compat.py _________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_string_compat.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_string_compat.py:4: in <module>
243s     from bugwarrior.services import Issue
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_taiga.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_taiga.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_taiga.py:4: in <module>
243s     from bugwarrior.services.taiga import TaigaService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_teamlab.py ____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_teamlab.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_teamlab.py:6: in <module>
243s     from bugwarrior.services.teamlab import TeamLabService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _______________ ERROR collecting tests/test_teamwork_projects.py _______________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_teamwork_projects.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_teamwork_projects.py:1: in <module>
243s     from .base import ServiceTest, AbstractServiceTest
243s tests/base.py:11: in <module>
243s     from bugwarrior import config
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ___________________ ERROR collecting tests/test_templates.py ___________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_templates.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_templates.py:1: in <module>
243s     from bugwarrior.services import Issue
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s _____________________ ERROR collecting tests/test_trac.py ______________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_trac.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_trac.py:3: in <module>
243s     from bugwarrior.services.trac import TracService
243s /usr/lib/python3/dist-packages/bugwarrior/__init__.py:2: in <module>
243s     from bugwarrior.command import pull, vault, uda
243s /usr/lib/python3/dist-packages/bugwarrior/command.py:11: in <module>
243s     from bugwarrior.config import (
243s /usr/lib/python3/dist-packages/bugwarrior/config.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_trello.py _____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_trello.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_trello.py:2: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s ____________________ ERROR collecting tests/test_youtrak.py ____________________ 243s ImportError while importing test module '/tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_youtrak.py'.
243s Hint: make sure your test modules/packages have valid Python names.
243s Traceback:
243s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
243s     return _bootstrap._gcd_import(name[level:], package, level)
243s tests/test_youtrak.py:1: in <module>
243s     from future import standard_library
243s /usr/lib/python3/dist-packages/future/standard_library/__init__.py:65: in <module>
243s     import imp
243s E   ModuleNotFoundError: No module named 'imp'
243s =============================== warnings summary ===============================
243s tests/test_activecollab2.py:76
243s /tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_activecollab2.py:76: SyntaxWarning: invalid escape sequence '\?' 243s 'http://hello/\?(?=.*token=howdy)(?=.*path_info=\%2Fprojects\%2F[1-2]\%2Fuser-tasks)(?=.*format=json)'),
243s
243s tests/test_activecollab2.py:80
243s /tmp/autopkgtest.M43TjA/autopkgtest_tmp/build/tests/test_activecollab2.py:80: SyntaxWarning: invalid escape sequence '\?' 243s 'http://hello/\?(?=.*token=howdy)(?=.*path_info=\%2Fprojects\%2F20\%2Ftickets\%2F10)(?=.*format=json)'),
243s
243s ../../../../usr/lib/python3/dist-packages/pytz/__init__.py:30
243s /usr/lib/python3/dist-packages/pytz/__init__.py:30: SyntaxWarning: invalid escape sequence '\s'
243s     match = re.match("^#\s*version\s*([0-9a-z]*)\s*$", line)
243s
243s ../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
243s /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
243s     EPOCH = datetime.datetime.utcfromtimestamp(0)
243s
243s ../../../../usr/lib/python3/dist-packages/taskw/fields/commaseparateduuid.py:9 243s /usr/lib/python3/dist-packages/taskw/fields/commaseparateduuid.py:9: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
243s     version = LooseVersion('2.4')
243s
243s ../../../../usr/lib/python3/dist-packages/taskw/warrior.py:573
243s /usr/lib/python3/dist-packages/taskw/warrior.py:573: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
243s     return LooseVersion(taskwarrior_version.decode())
243s
243s ../../../../usr/lib/python3/dist-packages/taskw/warrior.py:556
243s /usr/lib/python3/dist-packages/taskw/warrior.py:556: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
243s     return cls.get_version() > LooseVersion('2')
243s
243s ../../../../usr/lib/python3/dist-packages/google/auth/crypt/_cryptography_rsa.py:28 243s /usr/lib/python3/dist-packages/google/auth/crypt/_cryptography_rsa.py:28: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
243s     import pkg_resources
243s
243s ../../../../usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871 243s /usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`. 243s Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
243s     declare_namespace(pkg)
243s
243s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
243s =========================== short test summary info ============================
243s ERROR tests/test_activecollab2.py
243s ERROR tests/test_bitbucket.py
243s ERROR tests/test_bts.py
243s ERROR tests/test_bugzilla.py
243s ERROR tests/test_config.py
243s ERROR tests/test_data.py
243s ERROR tests/test_db.py
243s ERROR tests/test_github.py
243s ERROR tests/test_gitlab.py
243s ERROR tests/test_gmail.py
243s ERROR tests/test_jira.py
243s ERROR tests/test_phab.py
243s ERROR tests/test_pivotaltracker.py
243s ERROR tests/test_redmine.py
243s ERROR tests/test_service.py
243s ERROR tests/test_string_compat.py
243s ERROR tests/test_taiga.py
243s ERROR tests/test_teamlab.py
243s ERROR tests/test_teamwork_projects.py
243s ERROR tests/test_templates.py
243s ERROR tests/test_trac.py
243s ERROR tests/test_trello.py
243s ERROR tests/test_youtrak.py
243s !!!!!!!!!!!!!!!!!!! Interrupted: 23 errors during collection !!!!!!!!!!!!!!!!!!! 243s ================== 3 skipped, 9 warnings, 23 errors in 1.35s ===================
--- End Message ---
--- Begin Message ---
Source: bugwarrior
Source-Version: 1.8.0-8
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bugwarrior, 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 1056...@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 bugwarrior 
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: Sun, 10 Dec 2023 08:52:28 +0100
Source: bugwarrior
Architecture: source
Version: 1.8.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Tasktools Team <team+taskto...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1056231
Changes:
 bugwarrior (1.8.0-8) unstable; urgency=medium
 .
   * Drop unused build dependency
   * Drop future import (Closes: #1056231)
   * Bump policy version (no changes)
Checksums-Sha1:
 fe0b613fc96a7f8b59b1b7ec23ff5cffa4a9a052 2403 bugwarrior_1.8.0-8.dsc
 13266a973dc83ecd5b405b1e4d0f01f20da3d9c4 9960 bugwarrior_1.8.0-8.debian.tar.xz
 92b5cd2a0c8ffbdb37bad68a3d2e0395d7c0362e 10214 
bugwarrior_1.8.0-8_source.buildinfo
Checksums-Sha256:
 0112fd60103dbab1c6c81a01595a8ffdea51b1c46f12180e2397d491f791a47a 2403 
bugwarrior_1.8.0-8.dsc
 dd05a08a30634289efbef6707d1755727c9ca4afaf5ef93376910ff0cfafb962 9960 
bugwarrior_1.8.0-8.debian.tar.xz
 7f35555a978513ee626e36d52fc70d07065267155072715c4d7eeb0a89621a24 10214 
bugwarrior_1.8.0-8_source.buildinfo
Files:
 5d6542edf8814fabaa43ea0046db38fe 2403 utils optional bugwarrior_1.8.0-8.dsc
 cf8e9f5d680f329231a6f1ce277695ed 9960 utils optional 
bugwarrior_1.8.0-8.debian.tar.xz
 32dad713204815cd11c43b24e2718bae 10214 utils optional 
bugwarrior_1.8.0-8_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmV1bl8ACgkQW//cwljm
lDPj+hAApmsfntmJH+yhaY2cj6R8q2EjR5t9iHE5Y/GJmN+6y725IHRszcNTa8nK
q4cSCEjH6LFzNpRHeQn3teFX47tWDjOHMWun6gMzdWYeaOLaouhP7yFHcjL+cP4A
eEK5nXabYIUW6UCeEd4Evl56OATXVSRH1jftCx5EbRxFszzq8YXpEtXNyu2/dguE
M/hDGS5GOFwwg/YTCPFLS3a7vfbiwgX7r5tLJvLoL5eyDhb995446yo11knXQWoq
stbOdveF/BBMACuudLp1wtvLS1OQPkUNdFihxSXP4v8JloUADPQnAG4Y9tHeJU2m
mhrLrEUlgO42LRV19THIBf24nsQrnE10p0zYOWikTjEed3h/CWAmkaRyTD+TkljD
NOKpblPVz8ORU3qcEGJeUMSgATTOxepjxSVCGStb2KSf27D3WE2UpFuh5Rg+eVt/
cQs/HzLqwQfXD0oggnMYZ9dYUcWiB+hYn2D9aFCQ3Q16GiYy/63tIG13z/sjROdy
J7onMAyf9/DBYpS2oVCSmPljvWBUr2VJ7Qq0tbfjiLFdi5PZoEfLta2yEq0fS2y2
XxJMPCIPMPSlD/cZiZMXJ8PY/f5b9XOJUy6b+HztkLDQ00NyOYPu7TDt9NnbCGw9
7JHs22cKcQS1xffcOLs7xmnT0PJmO6JJf4EaI7BZd+/arz8R0t8=
=0/Lv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to