python310Packages.pydevd: fix darwin

This commit is contained in:
happysalada 2023-07-09 09:58:06 +08:00
parent f2b2e6d098
commit cfc32c250a

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, fetchFromGitHub
, numpy
@ -48,6 +49,9 @@ buildPythonPackage rec {
# AssertionError pydevd_tracing.set_trace_to_threads(tracing_func) == 0
"test_tracing_other_threads"
"test_tracing_basic"
] ++ lib.optionals stdenv.isDarwin [
"test_multiprocessing_simple"
"test_evaluate_exception_trace"
];
pythonImportsCheck = [