From 1f57bd1d1f1d1c95080faeeff77ce8df2b6f63ae Mon Sep 17 00:00:00 2001 From: Alexander Tsvyashchenko Date: Mon, 3 Jan 2022 05:48:30 +0100 Subject: [PATCH] python3Packages.tensorboardx: fix build (#152974) --- pkgs/development/python-modules/tensorboardx/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/tensorboardx/default.nix b/pkgs/development/python-modules/tensorboardx/default.nix index 603d2a1cc2b2..2127d2275678 100644 --- a/pkgs/development/python-modules/tensorboardx/default.nix +++ b/pkgs/development/python-modules/tensorboardx/default.nix @@ -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; {