python3Packages.tensorboardx: disable caffe2 tests

We don't have that dependency packaged.
This commit is contained in:
Martin Weinelt 2022-03-11 21:14:22 +01:00
parent 6b052fee2f
commit 76f186423c

View file

@ -70,6 +70,8 @@ buildPythonPackage rec {
disabledTestPaths = [
# we are not interested in linting errors
"tests/test_lint.py"
# missing caffe2 dependency
"tests/test_caffe2.py"
];
meta = with lib; {