forked from mirrors/nixpkgs
python3Packages.wandb: fix build
The logging test of `wandb` failed, because another package (`PythonGit`) clutters the logs about not being able to confirm whether we are running in a Cygwin environment. So, simply disable the test.
This commit is contained in:
parent
84575b0bd8
commit
dad3f74753
|
@ -114,6 +114,7 @@ buildPythonPackage rec {
|
|||
"tests/unit_tests_old/test_footer.py"
|
||||
"tests/unit_tests_old/test_internal_api.py"
|
||||
"tests/unit_tests_old/test_keras.py"
|
||||
"tests/unit_tests_old/test_logging.py"
|
||||
"tests/unit_tests_old/test_metric_internal.py"
|
||||
"tests/unit_tests_old/test_public_api.py"
|
||||
"tests/unit_tests_old/test_report_api.py"
|
||||
|
|
Loading…
Reference in a new issue