mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #228803 from wegank/wandb-fix
python310Packages.wandb: disable more tests
This commit is contained in:
commit
3a663813e0
@ -243,6 +243,12 @@ buildPythonPackage rec {
|
||||
# See https://github.com/wandb/wandb/issues/5423
|
||||
"tests/pytest_tests/unit_tests/test_docker.py"
|
||||
"tests/pytest_tests/unit_tests/test_library_public.py"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
# Same as above
|
||||
"tests/pytest_tests/unit_tests/test_artifacts/test_storage.py"
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||
# Same as above
|
||||
"tests/pytest_tests/unit_tests/test_lib/test_filesystem.py"
|
||||
];
|
||||
|
||||
# Disable test that fails on darwin due to issue with python3Packages.psutil:
|
||||
|
Loading…
Reference in New Issue
Block a user