Loading pkgs/development/python-modules/pydevd/default.nix +5 −1 Original line number Diff line number Diff line { lib { stdenv , lib , buildPythonPackage , fetchFromGitHub , numpy Loading Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/pydevd/default.nix +5 −1 Original line number Diff line number Diff line { lib { stdenv , lib , buildPythonPackage , fetchFromGitHub , numpy Loading Loading @@ -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 = [ Loading