python3.pkgs.tensorboardx: re-enable disabled test

The mentioned warning does not fail the test in question.
This commit is contained in:
Jörg Thalheim
2022-01-09 16:27:08 +01:00
parent e4eed15d8b
commit f32e876f36
@@ -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; {