python3.pkgs.tensorboardx: re-enable disabled test
The mentioned warning does not fail the test in question.
This commit is contained in:
@@ -63,9 +63,6 @@ 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