3
0
Fork 0
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:
Daniël de Kok 2022-12-13 11:47:16 +01:00
parent 84575b0bd8
commit dad3f74753

View file

@ -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"