Closed
Description
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
Labels
No labels