python3Packages.tensorboardx: fix build (#152974)

This commit is contained in:
Alexander Tsvyashchenko
2022-01-03 05:48:30 +01:00
committed by GitHub
parent a5ccf0b064
commit 1f57bd1d1f

View File

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