taigaio / taiga-back

Mozilla Public License 2.0
598 stars 172 forks source link

Test Result Detail [Q] #40

Closed osnippet closed 1 year ago

osnippet commented 3 years ago

Hello Everyone. I created an app for Django 3.2 that utilized some new features introduced lately. I run into some issues when trying to use taiga-back as a base project for my apps. If you can provide any help or suggestions will be much appreciated. This my terminal result after running the test:

Test Result

Please note: This test result is completed with default settings and packages.

~/taiga-back - branch(main) $ python -Wa manage.py test
No django tests.
Try: py.test
~/taiga-back - branch(main) $ PYTHONWARNINGS=always pytest tests --capture=no
============================= test session starts =============================
platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
django: settings: tests.config (from ini)
rootdir: ~/taiga-back, configfile: pytest.ini
plugins: celery-4.3.0, Faker-8.6.0, django-4.4.0
collected 1658 items                                                                                                                                                                    

tests/integration/test_application_tokens.py .......
tests/integration/test_attachments.py ........
tests/integration/test_auth.py .........................
tests/integration/test_contact.py ....
tests/integration/test_custom_attributes_epics.py ........
tests/integration/test_custom_attributes_issues.py ........
tests/integration/test_custom_attributes_tasks.py ........
tests/integration/test_custom_attributes_user_stories.py .......
tests/integration/test_emails.py .
tests/integration/test_epics.py ............
tests/integration/test_epics_tags.py ....
tests/integration/test_exporter_api.py ......
tests/integration/test_fan_projects.py .....
tests/integration/test_feedback.py ..
tests/integration/test_history.py ............
tests/integration/test_hooks_bitbucket.py ..............................
tests/integration/test_hooks_github.py ............................
tests/integration/test_hooks_gitlab.py ........................................
tests/integration/test_hooks_gogs.py ...................
tests/integration/test_importer_api.py ...........................................................ERROR:2021-07-27 17:47:14,917: 

Error loading dump by user1150 <user1150@email.com>:"

REASON:
-------
error importing memberships

DETAILS:
--------
{
    "memberships": [
        {
            "role": [
                "name=\"Role\" not found in this project"
            ]
        },
        {
            "role": [
                "name=\"Role\" not found in this project"
            ]
        },
        {
            "role": [
                "name=\"Role\" not found in this project"
            ]
        },
        {
            "role": [
                "name=\"Role\" not found in this project"
            ]
        },
        {
            "role": [
                "name=\"Role\" not found in this project"
            ]
        }
    ]
}

TRACE ERROR:
------------
Traceback (most recent call last):
  File "~/taiga-back/taiga/export_import/tasks.py", line 100, in load_project_dump
    project = services.store_project_from_dict(dump, user)
  File "~/taiga-back/taiga/export_import/services/store.py", line 924, in store_project_from_dict
    _populate_project_object(project, data)
  File "~/taiga-back/taiga/export_import/services/store.py", line 840, in _populate_project_object
    check_if_there_is_some_error(_("error importing memberships"), project)
  File "~/taiga-back/taiga/export_import/services/store.py", line 831, in check_if_there_is_some_error
    raise err.TaigaImportError(message, project, errors=errors)
taiga.export_import.exceptions.TaigaImportError: ('error importing memberships', <Project None>)
......
tests/integration/test_importers_asana_api.py ............
tests/integration/test_importers_github_api.py ............
tests/integration/test_importers_jira_api.py ............
tests/integration/test_importers_trello_api.py ............
tests/integration/test_issues.py ..........................................
tests/integration/test_issues_tags.py ....
tests/integration/test_mdrender.py ......
tests/integration/test_memberships.py .......................................
tests/integration/test_milestones.py .............
tests/integration/test_models.py .
tests/integration/test_neighbors.py .................
tests/integration/test_notifications.py ......................................
tests/integration/test_notifications_custom.py .
tests/integration/test_occ.py .............
tests/integration/test_permissions.py ...........
tests/integration/test_project_settings.py ....
tests/integration/test_projects.py .............................................................................................................................
tests/integration/test_references_sequences.py .......
tests/integration/test_roles.py .
tests/integration/test_stats.py ...
tests/integration/test_tasks.py ...........................................
tests/integration/test_tasks_tags.py ....
tests/integration/test_throwttling.py ...
tests/integration/test_timeline.py ......................................
tests/integration/test_totals_projects.py ..
tests/integration/test_us_autoclosing.py ............
tests/integration/test_users.py ..................................................
tests/integration/test_userstorage_api.py .....
tests/integration/test_userstories_tags.py .....
tests/integration/test_vote_issues.py ......
tests/integration/test_vote_tasks.py ......
tests/integration/test_vote_userstories.py ......
tests/integration/test_votes.py .....
tests/integration/test_watch_issues.py .......
tests/integration/test_watch_milestones.py ....
tests/integration/test_watch_projects.py ........
tests/integration/test_watch_tasks.py .......
tests/integration/test_watch_userstories.py .......
tests/integration/test_watch_wikipages.py ......
tests/integration/test_webhooks.py .
tests/integration/test_wikilinks.py ...
tests/integration/resources_permissions/test_application_tokens_resources.py ........
tests/integration/resources_permissions/test_attachment_resources.py .................................
tests/integration/resources_permissions/test_auth_resources.py ....
tests/integration/resources_permissions/test_contact.py .
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py ..........
tests/integration/resources_permissions/test_epics_related_userstories_resources.py .......
tests/integration/resources_permissions/test_epics_resources.py .....................
tests/integration/resources_permissions/test_feedback.py .
tests/integration/resources_permissions/test_history_resources.py .........................
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py ..........
tests/integration/resources_permissions/test_issues_resources.py ..ERROR:2021-07-27 18:07:47,933: Filtering project diferent value than an integer: -ERROR-
.....................
tests/integration/resources_permissions/test_milestones_resources.py ...........
tests/integration/resources_permissions/test_modules_resources.py ....
tests/integration/resources_permissions/test_projects_choices_resources.py .................................................................................
tests/integration/resources_permissions/test_projects_resource.py ............................
tests/integration/resources_permissions/test_resolver_resources.py .
tests/integration/resources_permissions/test_search_resources.py .
tests/integration/resources_permissions/test_storage_resources.py ......
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py ..........
tests/integration/resources_permissions/test_tasks_resources.py .....................
tests/integration/resources_permissions/test_timelines_resources.py ..
tests/integration/resources_permissions/test_users_resources.py .................
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py ..........
tests/integration/resources_permissions/test_userstories_resources.py .......................
tests/integration/resources_permissions/test_webhooks_resources.py .............
tests/integration/resources_permissions/test_wiki_resources.py ......................
tests/unit/test_slug.py ..
tests/unit/auth/test_authentication.py .
tests/unit/auth/test_token_denylist.py .....
tests/unit/auth/test_tokens.py .
tests/integration/test_projects.py .....
tests/integration/test_searches.py ....
tests/integration/test_users.py ..
tests/integration/test_userstories.py .................................................................
tests/integration/test_userstories_update_backlog_order.py ...............
tests/integration/test_userstories_update_kanban_order.py .......................
tests/integration/test_webhooks_epics.py ........
tests/integration/test_webhooks_issues.py .....
tests/integration/test_webhooks_milestones.py ...
tests/integration/test_webhooks_signals.py ...
tests/integration/test_webhooks_tasks.py .....
tests/integration/test_webhooks_userstories.py .......
tests/integration/test_webhooks_wikipages.py ....
tests/unit/test_attachments_services.py ...
tests/unit/test_export.py ...
tests/unit/test_import.py .
tests/unit/test_milestones.py .................
tests/unit/test_serializer_mixins.py .
tests/unit/test_timeline.py .....
tests/unit/test_utils.py ...........................
tests/unit/test_attachments_services.py ...........
tests/unit/test_base_api_permissions.py .
tests/unit/test_common_throttle.py ......................
tests/unit/test_due_date_serializers.py .....
tests/unit/test_mdrender.py ......................................
tests/unit/test_notifications_squashing.py ......
tests/unit/test_order_updates.py .............
tests/unit/test_slug.py ...
tests/unit/auth/test_authentication.py .....
tests/unit/auth/test_backends.py ....................
tests/unit/auth/test_tokens.py ..........................

=========== warnings summary ============
taiga/mdrender/service.py:40
  ~/taiga-back/taiga/mdrender/service.py:40: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead.
    from .extensions.wikilinks import WikiLinkExtension

taiga/mdrender/service.py:42
  ~/taiga-back/taiga/mdrender/service.py:42: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead.
    from .extensions.mentions import MentionsExtension

taiga/mdrender/service.py:43
  ~/taiga-back/taiga/mdrender/service.py:43: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead.
    from .extensions.references import TaigaReferencesExtension

taiga/base/utils/collections.py:11
  ~/taiga-back/taiga/base/utils/collections.py:11: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    class OrderedSet(collections.MutableSet):

tests/integration/test_application_tokens.py: 1 warning
tests/integration/test_attachments.py: 8 warnings
tests/integration/test_custom_attributes_issues.py: 6 warnings
tests/integration/test_custom_attributes_tasks.py: 8 warnings
tests/integration/test_custom_attributes_user_stories.py: 6 warnings
tests/integration/test_emails.py: 1 warning
tests/integration/test_epics.py: 9 warnings
tests/integration/test_exporter_api.py: 5 warnings
tests/integration/test_fan_projects.py: 5 warnings
tests/integration/test_history.py: 24 warnings
tests/integration/test_hooks_bitbucket.py: 33 warnings
tests/integration/test_hooks_github.py: 36 warnings
tests/integration/test_hooks_gitlab.py: 42 warnings
tests/integration/test_hooks_gogs.py: 20 warnings
tests/integration/test_importer_api.py: 25 warnings
tests/integration/test_issues.py: 39 warnings
tests/integration/test_issues_tags.py: 5 warnings
tests/integration/test_milestones.py: 17 warnings
tests/integration/test_models.py: 1 warning
tests/integration/test_neighbors.py: 3 warnings
tests/integration/test_notifications.py: 58 warnings
tests/integration/test_notifications_custom.py: 4 warnings
tests/integration/test_occ.py: 11 warnings
tests/integration/test_permissions.py: 1 warning
tests/integration/test_project_settings.py: 2 warnings
tests/integration/test_projects.py: 109 warnings
tests/integration/test_references_sequences.py: 6 warnings
tests/integration/test_stats.py: 3 warnings
tests/integration/test_tasks.py: 46 warnings
tests/integration/test_tasks_tags.py: 6 warnings
tests/integration/test_throwttling.py: 3 warnings
tests/integration/test_timeline.py: 48 warnings
tests/integration/test_totals_projects.py: 2 warnings
tests/integration/test_us_autoclosing.py: 12 warnings
tests/integration/test_users.py: 9 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 6 warnings
tests/integration/test_vote_tasks.py: 8 warnings
tests/integration/test_vote_userstories.py: 10 warnings
tests/integration/test_watch_issues.py: 8 warnings
tests/integration/test_watch_milestones.py: 2 warnings
tests/integration/test_watch_projects.py: 7 warnings
tests/integration/test_watch_tasks.py: 10 warnings
tests/integration/test_watch_userstories.py: 15 warnings
tests/integration/resources_permissions/test_attachment_resources.py: 17 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 7 warnings
tests/integration/resources_permissions/test_epics_resources.py: 20 warnings
tests/integration/resources_permissions/test_history_resources.py: 10 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 10 warnings
tests/integration/resources_permissions/test_issues_resources.py: 12 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 11 warnings
tests/integration/resources_permissions/test_projects_choices_resources.py: 81 warnings
tests/integration/resources_permissions/test_projects_resource.py: 1 warning
tests/integration/resources_permissions/test_resolver_resources.py: 1 warning
tests/integration/resources_permissions/test_search_resources.py: 1 warning
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 16 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 114 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 28 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 252 warnings
tests/integration/test_searches.py: 2 warnings
tests/integration/test_userstories.py: 116 warnings
tests/integration/test_userstories_update_backlog_order.py: 30 warnings
tests/integration/test_userstories_update_kanban_order.py: 39 warnings
tests/integration/test_webhooks_epics.py: 3 warnings
tests/integration/test_webhooks_issues.py: 6 warnings
tests/integration/test_webhooks_signals.py: 21 warnings
tests/integration/test_webhooks_tasks.py: 17 warnings
tests/integration/test_webhooks_userstories.py: 24 warnings
tests/unit/test_attachments_services.py: 2 warnings
tests/unit/test_export.py: 3 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_milestones.py: 17 warnings
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/sql/compiler.py:1066: RemovedInDjango30Warning: Remove the context parameter from PickledObjectField.from_db_value(). Support for it will be removed in Django 3.0.
    warnings.warn(

tests/integration/test_application_tokens.py::test_own_tokens_listing
tests/integration/test_application_tokens.py::test_own_tokens_listing
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/query.py:1242: RemovedInDjango31Warning: Project QuerySet won't use Meta.ordering in Django 3.1. Add .order_by('name', 'id') to retain the current query.
    self._result_cache = list(self._iterable_class(self))

tests/integration/test_attachments.py::test_create_attachment_with_long_file_name
tests/unit/test_mdrender.py::test_render_triple_quote_and_lang_code
  ~/taiga-back/.venv/lib/python3.9/site-packages/markdown/inlinepatterns.py:209: DeprecationWarning: Flags not at the start of the expression '^(.*?)(?i)\\b((?:(?:f' (truncated)
    self.compiled_re = re.compile(r"^(.*?)%s(.*)$" % pattern,

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/autolink.py:49: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add('gfm-autolink', autolink, '_end')

tests/integration/test_attachments.py::test_create_attachment_with_long_file_name
tests/unit/test_mdrender.py::test_render_triple_quote_and_lang_code
  ~/taiga-back/.venv/lib/python3.9/site-packages/markdown/inlinepatterns.py:209: DeprecationWarning: Flags not at the start of the expression '^(.*?)\\b(?i)([a-z0-9' (truncated)
    self.compiled_re = re.compile(r"^(.*?)%s(.*)$" % pattern,

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/automail.py:31: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add('gfm-automail', automail, '_end')

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/semi_sane_lists.py:38: DeprecationWarning: Using setitem to register a processor or pattern is deprecated. Use the `register` method instead.
    md.parser.blockprocessors['olist'] = SemiSaneOListProcessor(md.parser)

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/semi_sane_lists.py:39: DeprecationWarning: Using setitem to register a processor or pattern is deprecated. Use the `register` method instead.
    md.parser.blockprocessors['ulist'] = SemiSaneUListProcessor(md.parser)

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/strikethrough.py:25: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add('gfm-strikethrough', pattern, '_end')

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/wikilinks.py:27: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add("wikilinks",

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/wikilinks.py:30: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.treeprocessors.add("relative_to_absolute_links",

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/emojify.py:163: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.preprocessors.add('emojify',

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/mentions.py:49: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add("mentions", mentionsPattern, "_end")

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/references.py:49: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.inlinePatterns.add('taiga-references', referencesPattern, '_begin')

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/target_link.py:19: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.treeprocessors.add("target_blank_links",

tests/integration/test_attachments.py: 2 warnings
tests/integration/test_custom_attributes_epics.py: 5 warnings
tests/integration/test_custom_attributes_issues.py: 5 warnings
tests/integration/test_custom_attributes_tasks.py: 5 warnings
tests/integration/test_custom_attributes_user_stories.py: 2 warnings
tests/integration/test_epics.py: 23 warnings
tests/integration/test_epics_tags.py: 15 warnings
tests/integration/test_history.py: 36 warnings
tests/integration/test_hooks_bitbucket.py: 40 warnings
tests/integration/test_hooks_github.py: 46 warnings
tests/integration/test_hooks_gitlab.py: 52 warnings
tests/integration/test_hooks_gogs.py: 23 warnings
tests/integration/test_importer_api.py: 27 warnings
tests/integration/test_issues.py: 20 warnings
tests/integration/test_issues_tags.py: 15 warnings
tests/integration/test_mdrender.py: 6 warnings
tests/integration/test_milestones.py: 15 warnings
tests/integration/test_notifications.py: 116 warnings
tests/integration/test_notifications_custom.py: 5 warnings
tests/integration/test_occ.py: 40 warnings
tests/integration/test_projects.py: 15 warnings
tests/integration/test_tasks.py: 23 warnings
tests/integration/test_tasks_tags.py: 15 warnings
tests/integration/test_throwttling.py: 1 warning
tests/integration/test_timeline.py: 55 warnings
tests/integration/test_userstories_tags.py: 16 warnings
tests/integration/test_vote_issues.py: 4 warnings
tests/integration/test_vote_tasks.py: 4 warnings
tests/integration/test_vote_userstories.py: 4 warnings
tests/integration/test_watch_issues.py: 9 warnings
tests/integration/test_watch_tasks.py: 9 warnings
tests/integration/test_watch_userstories.py: 9 warnings
tests/integration/test_watch_wikipages.py: 4 warnings
tests/integration/test_wikilinks.py: 1 warning
tests/integration/resources_permissions/test_attachment_resources.py: 120 warnings
tests/integration/resources_permissions/test_epics_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_epics_related_userstories_resources.py: 5 warnings
tests/integration/resources_permissions/test_epics_resources.py: 371 warnings
tests/integration/resources_permissions/test_history_resources.py: 90 warnings
tests/integration/resources_permissions/test_issues_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_issues_resources.py: 371 warnings
tests/integration/resources_permissions/test_milestones_resources.py: 4 warnings
tests/integration/resources_permissions/test_projects_resource.py: 4 warnings
tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 371 warnings
tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py: 20 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 381 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 417 warnings
tests/integration/test_userstories.py: 73 warnings
tests/integration/test_userstories_update_backlog_order.py: 24 warnings
tests/integration/test_userstories_update_kanban_order.py: 26 warnings
tests/integration/test_webhooks_epics.py: 24 warnings
tests/integration/test_webhooks_issues.py: 21 warnings
tests/integration/test_webhooks_milestones.py: 3 warnings
tests/integration/test_webhooks_signals.py: 72 warnings
tests/integration/test_webhooks_tasks.py: 21 warnings
tests/integration/test_webhooks_userstories.py: 28 warnings
tests/integration/test_webhooks_wikipages.py: 14 warnings
tests/unit/test_import.py: 3 warnings
tests/unit/test_mdrender.py: 34 warnings
  ~/taiga-back/taiga/mdrender/extensions/refresh_attachment.py:24: DeprecationWarning: Using the add method to register a processor or pattern is deprecated. Use the `register` method instead.
    md.treeprocessors.add("refresh_attachment",

tests/integration/test_auth.py::test_respond_201_when_public_registration_is_enabled
  ~/taiga-back/.venv/lib/python3.9/site-packages/jinja2/environment.py:362: DeprecationWarning: The 'with' extension is deprecated and will be removed in Jinja 3.1. This is built in now.
    self.extensions = load_extensions(self, extensions)

tests/integration/test_auth.py::test_respond_201_when_public_registration_is_enabled
  ~/taiga-back/.venv/lib/python3.9/site-packages/jinja2/environment.py:362: DeprecationWarning: The 'autoescape' extension is deprecated and will be removed in Jinja 3.1. This is built in now.
    self.extensions = load_extensions(self, extensions)

tests/integration/test_auth.py::test_respond_201_when_public_registration_is_enabled
  ~/taiga-back/.venv/lib/python3.9/site-packages/django_jinja/builtins/extensions.py:178: DeprecationWarning: 'contextfunction' is renamed to 'pass_context', the old name will be removed in Jinja 3.1.
    def _url_reverse(self, context, name, *args, **kwargs):

tests/integration/test_epics.py::test_update_epic_order
  ~/taiga-back/taiga/events/events.py:180: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    assert isinstance(ids, collections.Iterable)

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_disabled_and_gzip
  ~/taiga-back/taiga/export_import/api.py:69: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases.  Specify the mode argument for opening it for writing.
    services.render_project(project, gzip.GzipFile(fileobj=outfile))

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_disabled_and_gzip
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/7/6/2/e/da55f03526aa161d89734eabc356422640dba78f9711a475ac0a3d3e38ae/example.dat'>
    gc.collect()

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_enabled
  ~/taiga-back/.venv/lib/python3.9/site-packages/celery/app/amqp.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    from collections import Mapping, namedtuple

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_enabled
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/7/9/6/d/086604ffb17ae1e1eefc8a3121a9a0e86eb2fcb70a08e6ee64a8d7a59aec/example.dat'>
    gc.collect()

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_enabled_and_gzip
  ~/taiga-back/taiga/export_import/tasks.py:39: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases.  Specify the mode argument for opening it for writing.
    services.render_project(project, gzip.GzipFile(fileobj=outfile))

tests/integration/test_exporter_api.py::test_valid_project_export_with_celery_enabled_and_gzip
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/1/8/b/d/4f93990d3d08cb11e8ae817561fb27baeaceaec47a8a039a90be0c872b39/example.dat'>
    gc.collect()

tests/integration/test_exporter_api.py::test_valid_project_with_throttling
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/e/4/c/7/f7484de6d002ea59ff03b76c79982f03373a42557f71e92215f07d3ac4a1/example.dat'>
    gc.collect()

tests/integration/test_hooks_bitbucket.py: 7 warnings
tests/integration/test_hooks_github.py: 7 warnings
tests/integration/test_hooks_gitlab.py: 9 warnings
tests/integration/test_hooks_gogs.py: 3 warnings
tests/integration/test_notifications.py: 4 warnings
tests/integration/resources_permissions/test_epics_resources.py: 21 warnings
tests/integration/resources_permissions/test_issues_resources.py: 21 warnings
tests/integration/resources_permissions/test_tasks_resources.py: 21 warnings
tests/integration/resources_permissions/test_userstories_resources.py: 21 warnings
tests/integration/resources_permissions/test_wiki_resources.py: 20 warnings
  ~/taiga-back/taiga/mdrender/templatetags/functions.py:16: DeprecationWarning: 'jinja2.Markup' is deprecated and will be removed in Jinja 3.1. Import 'markupsafe.Markup' instead.
    return Markup(render(project, text))

tests/integration/test_hooks_github.py::test_push_event_task_processing
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/sql/compiler.py:1315: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/4/0/3/2/b55de32ca97a989481e880dc7452214063305b8690dbc3e03a70b726ab33/example.dat'>
    result.append('(%s)' % ', '.join(qn(f.column) for f in fields))

tests/integration/test_importer_api.py::test_invalid_us_import_with_extra_data
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/sql/compiler.py:1296: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/a/4/4/1/11a4db36ed677562dcb1e6d4fa183310c54d14f0a54681c32be9b22ff297/imported-attachment' mode='rb' closefd=True>
    sql_and_param_pair_rows = (zip(*row) for row in rows_of_fields_as_sql)

tests/integration/test_importer_api.py::test_invalid_task_import_with_extra_data
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/utils.py:95: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/a/4/6/4/74f7cb7dfc37e70fa51abc7957d3470b26aa21e5268e7ebdf2707883ea00/imported-attachment' mode='rb' closefd=True>
    with self:

tests/integration/test_importer_api.py::test_invalid_issue_import_with_extra_data
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/utils.py:95: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/d/7/a/6/7135d96bffe79905ef5285c1c80c515dd94658459f038b977e010e5ba12f/imported-attachment' mode='rb' closefd=True>
    with self:

tests/integration/test_importer_api.py::test_invalid_wiki_page_import_with_extra_data
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/backends/utils.py:25: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/6/0/6/d/c443142cc41624ff75c491f2abd3a7669e46e8e703ba7bc92a65b53c7b7b/imported-attachment' mode='rb' closefd=True>
    return self.db.wrap_database_errors(cursor_attr)

tests/integration/test_issues.py::test_promote_issue_to_us
  ~/taiga-back/.venv/lib/python3.9/site-packages/bleach/_vendor/html5lib/html5parser.py:435: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/c/b/f/8/116ed297bd797d3e4223f7e9ce5f15861187b3c6e5a26f7076a36b5c32de/example.dat' mode='rb' closefd=True>
    self.__endTagCache = {}

tests/integration/test_issues.py::test_promote_issue_to_us
  ~/taiga-back/.venv/lib/python3.9/site-packages/bleach/_vendor/html5lib/html5parser.py:435: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/8/7/c/f/f44f4c415dcfaea31678610658de547e9fa3c3cc15ba4d6fde5fc3f86a3b/example.dat' mode='rb' closefd=True>
    self.__endTagCache = {}

tests/integration/test_mdrender.py::test_proccessor_valid_email
tests/unit/test_mdrender.py::test_render_url_autolinks
tests/unit/test_mdrender.py::test_render_url_autolinks_without_http
tests/unit/test_mdrender.py::test_render_url_automail
  ~/taiga-back/.venv/lib/python3.9/site-packages/markdown/treeprocessors.py:286: DeprecationWarning: 'etree' is deprecated. Use 'xml.etree.ElementTree' instead.
    node = pattern.handleMatch(match)

tests/integration/test_tasks.py::test_promote_task_to_us
  ~/taiga-back/.venv/lib/python3.9/site-packages/bleach/_vendor/html5lib/html5parser.py:435: ResourceWarning: unclosed file <_io.FileIO name='/tmp/attachments/0/3/2/2/0e2e70cc2566d0cd972d3faa6e4880eef2d164c1cfbecad04ddce2caa5c2/example.dat' mode='rb' closefd=True>
    self.__endTagCache = {}

tests/integration/test_timeline.py::test_user_data_for_unactived_users
tests/integration/test_timeline.py::test_user_data_for_unactived_users
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:57:22.296776) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_timeline.py::test_epic_related_uss
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField Timeline.created received a naive datetime (2021-07-27 17:57:25.592954) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_timeline.py::test_epic_related_uss
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField Timeline.created received a naive datetime (2021-07-27 17:57:25.594167) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_timeline.py::test_epic_related_uss
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField Timeline.created received a naive datetime (2021-07-27 17:57:25.595339) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_timeline.py::test_epic_related_uss
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField Timeline.created received a naive datetime (2021-07-27 17:57:25.596509) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_delete_self_user
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:20.563650) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_delete_self_user_with_date_cancelled
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:20.767586) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_delete_self_user_blocking_projects
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:20.993074) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_delete_self_user_remove_membership_projects
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:21.694385) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_deleted_user_can_not_use_its_token
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:21.920615) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_cancel_self_user_with_valid_token
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:22.119174) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/test_users.py::test_cancel_self_user_with_date_cancelled
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 17:58:22.690597) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/integration/resources_permissions/test_milestones_resources.py: 14 warnings
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/query.py:1242: RemovedInDjango31Warning: UserStory QuerySet won't use Meta.ordering in Django 3.1. Add .order_by('project', 'backlog_order', 'ref') to retain the current query.
    self._result_cache = list(self._iterable_class(self))

tests/integration/resources_permissions/test_users_resources.py::test_user_delete
  ~/taiga-back/.venv/lib/python3.9/site-packages/django/db/models/fields/__init__.py:1424: RuntimeWarning: DateTimeField User.date_cancelled received a naive datetime (2021-07-27 18:16:23.826050) while time zone support is active.
    warnings.warn("DateTimeField %s received a naive datetime (%s)"

tests/unit/test_export.py::test_export_user_story_finish_date
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/a/0/e/4/2089f1b29ef37e621063b3b8694103ea7e92af938277b246a160be01972e/example.dat'>
    gc.collect()

tests/unit/test_export.py::test_export_epic_with_user_stories
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/f/f/8/8/18bd72f0876026320d50cedf823c940e6a2fd28dbb5707a9e0ec4d936550/example.dat'>
    gc.collect()

tests/unit/test_import.py::test_import_epic_with_user_stories
  ~/taiga-back/taiga/export_import/services/render.py:65: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/project/5/2/3/6/80ae9565c3afe096001086b7bd549568f858e818b633d6c24ad6e439ff86/example.dat'>
    gc.collect()

-- Docs: https://docs.pytest.org/en/stable/warnings.html
===============1658 passed, 40446 warnings in 2709.03s (0:45:09)===============
~/taiga-back - branch(main) $
yamila-moreno commented 1 year ago

Hi there!

Do you know that we have Taiga Community for questions? Please, check there; maybe another user has already ask something similar. If not, create your own. There are people there willing to help, members of the Taiga team members and other users.

To simplify  the process, we will systematically close all issues that are general support questions and redirect people to Taiga Community.

Taiga Team