Merge pull request #242240 from happysalada/pydevd_darwin_fix

python310Packages.pydevd: fix darwin
This commit is contained in:
Jonas Heinrich 2023-07-11 17:21:07 +02:00 committed by GitHub
commit 896e40b2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [