Loading pkgs/development/python-modules/chex/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ buildPythonPackage rec { disabledTests = [ # See https://github.com/deepmind/chex/issues/204. "test_uninspected_checks" # These tests started failing at some point after upgrading to 0.1.5 "test_useful_failure" "TreeAssertionsTest" "PmapFakeTest" "WithDeviceTest" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/chex/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ buildPythonPackage rec { disabledTests = [ # See https://github.com/deepmind/chex/issues/204. "test_uninspected_checks" # These tests started failing at some point after upgrading to 0.1.5 "test_useful_failure" "TreeAssertionsTest" "PmapFakeTest" "WithDeviceTest" ]; meta = with lib; { Loading