py-spy: fix build

This commit is contained in:
rxiao 2023-05-09 22:17:05 +10:00 committed by ran xiao
parent e840c93ea7
commit 2aeb2dc8a2

View file

@ -48,6 +48,9 @@ rustPlatform.buildRustPackage rec {
checkFlags = [ checkFlags = [
# thread 'python_data_access::tests::test_copy_string' panicked at 'called `Result::unwrap()` on an `Err` # thread 'python_data_access::tests::test_copy_string' panicked at 'called `Result::unwrap()` on an `Err`
"--skip=python_data_access::tests::test_copy_string" "--skip=python_data_access::tests::test_copy_string"
] ++ lib.optionals (stdenv.hostPlatform.system == "x86_64-linux") [
# panicked at 'called `Result::unwrap()` on an `Err` value: failed to get os threadid
"--skip=test_thread_reuse"
]; ];
meta = with lib; { meta = with lib; {