Unverified Commit feb15ba6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230863 from benxiao/fix-py-spy

py-spy: fix build
parents f469b38d 2aeb2dc8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ rustPlatform.buildRustPackage rec {
  checkFlags = [
    # thread 'python_data_access::tests::test_copy_string' panicked at 'called `Result::unwrap()` on an `Err`
    "--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; {