Merge pull request #234059 from wegank/wandb-fix-2

python310Packages.wandb: disable even more tests

authored by Weijia Wang and committed by GitHub 3b8df7ff 9b6c1263

+1 -1
+1 -1
pkgs/development/python-modules/wandb/default.nix
··· 251 251 ] ++ lib.optionals stdenv.isLinux [ 252 252 # Same as above 253 253 "tests/pytest_tests/unit_tests/test_artifacts/test_storage.py" 254 - ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ 254 + ] ++ lib.optionals stdenv.isDarwin [ 255 255 # Same as above 256 256 "tests/pytest_tests/unit_tests/test_lib/test_filesystem.py" 257 257 ];