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

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

python310Packages.wandb: disable even more tests
parents 9b6c1263 169720f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ buildPythonPackage rec {
  ] ++ lib.optionals stdenv.isLinux [
    # Same as above
    "tests/pytest_tests/unit_tests/test_artifacts/test_storage.py"
  ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
  ] ++ lib.optionals stdenv.isDarwin [
    # Same as above
    "tests/pytest_tests/unit_tests/test_lib/test_filesystem.py"
  ];