python3Packages.tensorboardx: disable caffe2 tests

We don't have that dependency packaged.
main
Martin Weinelt 2 years ago
parent 6b052fee2f
commit 76f186423c
  1. 2
      pkgs/development/python-modules/tensorboardx/default.nix

@ -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; {

Loading…
Cancel
Save