Package: src;bugwarrior
Version: 1.8.0-7
Severity: important
Tags: sid trixie
User: [email protected]
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 ===================

Reply via email to