python310Packages.pydevd: fix darwin
This commit is contained in:
parent
f2b2e6d098
commit
cfc32c250a
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ stdenv
|
||||||
|
, lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, numpy
|
, numpy
|
||||||
|
@ -48,6 +49,9 @@ buildPythonPackage rec {
|
||||||
# AssertionError pydevd_tracing.set_trace_to_threads(tracing_func) == 0
|
# AssertionError pydevd_tracing.set_trace_to_threads(tracing_func) == 0
|
||||||
"test_tracing_other_threads"
|
"test_tracing_other_threads"
|
||||||
"test_tracing_basic"
|
"test_tracing_basic"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
"test_multiprocessing_simple"
|
||||||
|
"test_evaluate_exception_trace"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue