Skip to content

Some tests fails on python 3.13 when using parallel testing #5327

Closed
@henri-gasc

Description

@henri-gasc

As the title said, when using python 3.13, the tests in tests/text_area fails, despite succeeding on other python version and when not running in parallel.

# Succeed
poetry run pytest tests -vvv --deselect tests/snapshot_tests/test_snapshots.py

# Fails
poetry run pytest tests -vvv --deselect tests/snapshot_tests/test_snapshots.py -n 12

Here are the logs: (add | tee pytest_[]_python3.13.txt to the command)
pytest_parallel_python3.13.txt
pytest_single_python3.13.txt

(Note that tests/text_area/test_languages.py::test_register_language and tests/text_area/test_languages.py::test_register_language_existing_language fails both time, so we don't care about them, and tests/snapshot_tests/test_snapshots.py would just pollute the logs errors)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions