python311Packages.tensorboardx: disable failing tests

This commit is contained in:
Martin Weinelt
2024-03-18 03:19:22 +01:00
parent 015043e46f
commit c9992c26c6
@@ -68,6 +68,9 @@ buildPythonPackage rec {
disabledTestPaths = [
# we are not interested in linting errors
"tests/test_lint.py"
# ImportError: cannot import name 'mock_s3' from 'moto'
"tests/test_embedding.py"
"tests/test_record_writer.py"
];
meta = with lib; {