Hi! Using the latest GitHub sources (1b1fb8b) and running the package tests with Python 3.10 (on a Debian system using a virtual environment, set up as in the GitHub workflows file in the package) gives two failing tests; these pass with Python 3.9, so presumably there is some Python bytecode format change involved. The two failing tests are:
FAILED tests_python/test_bytecode_manipulation.py::test_set_pydevd_break_01a
FAILED tests_python/test_bytecode_manipulation.py::test_set_pydevd_break_01
In both cases, the error is that the baseline does not match the contents.
Best wishes, Julian
Hi! Using the latest GitHub sources (1b1fb8b) and running the package tests with Python 3.10 (on a Debian system using a virtual environment, set up as in the GitHub workflows file in the package) gives two failing tests; these pass with Python 3.9, so presumably there is some Python bytecode format change involved. The two failing tests are:
In both cases, the error is that the baseline does not match the contents.
Best wishes, Julian