We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9492129 commit 335da0bCopy full SHA for 335da0b
pkgs/development/python-modules/wandb/default.nix
@@ -105,9 +105,6 @@ let
105
106
meta = {
107
mainProgram = "gpu_stats";
108
- # ld: library not found for -lIOReport
109
- # TODO: succeeds on https://github.com/NixOS/nixpkgs/pull/348827, so try again once it lands on master
110
- broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
111
};
112
113
@@ -302,7 +299,7 @@ buildPythonPackage rec {
302
299
"test_disabled_context_manager"
303
300
"test_mode_disabled"
304
301
]
305
- ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
+ ++ lib.optionals stdenv.hostPlatform.isDarwin [
306
# AssertionError: assert not copy2_mock.called
307
"test_copy_or_overwrite_changed_no_copy"
308
0 commit comments