python312Packages.pydevd: disable failing test

This is due to the numpy 2 migration.
This commit is contained in:
Martin Weinelt
2024-11-18 19:24:14 +01:00
parent 4516306d19
commit 8b702dda35
@@ -62,6 +62,8 @@ buildPythonPackage rec {
"test_tracing_other_threads"
# subprocess.CalledProcessError
"test_find_main_thread_id"
# numpy 2 compat
"test_evaluate_numpy"
]
++ lib.optionals (pythonAtLeast "3.12") [
"test_case_handled_and_unhandled_exception_generator"