nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

py-spy: fix build

authored by

rxiao and committed by
ran xiao
2aeb2dc8 e840c93e

+3
+3
pkgs/development/tools/py-spy/default.nix
··· 48 48 checkFlags = [ 49 49 # thread 'python_data_access::tests::test_copy_string' panicked at 'called `Result::unwrap()` on an `Err` 50 50 "--skip=python_data_access::tests::test_copy_string" 51 + ] ++ lib.optionals (stdenv.hostPlatform.system == "x86_64-linux") [ 52 + # panicked at 'called `Result::unwrap()` on an `Err` value: failed to get os threadid 53 + "--skip=test_thread_reuse" 51 54 ]; 52 55 53 56 meta = with lib; {