Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/tensorboardx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ buildPythonPackage rec {
disabledTestPaths = [
# we are not interested in linting errors
"tests/test_lint.py"
# breaks with `RuntimeError: cannot schedule new futures after interpreter shutdown`
# Upstream tracking bug: https://github.com/lanpa/tensorboardX/issues/652
"tests/test_pr_curve.py"
];

meta = with lib; {
Expand Down