mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.tensorboardx: fix build (#152974)
This commit is contained in:
committed by
GitHub
parent
a5ccf0b064
commit
1f57bd1d1f
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user