Merge pull request #212920 from mattmelling/chex

python3Packages.chex: fix build

authored by Weijia Wang and committed by GitHub 9bf79ea2 d79cb534

+6
+6
pkgs/development/python-modules/chex/default.nix
··· 42 disabledTests = [ 43 # See https://github.com/deepmind/chex/issues/204. 44 "test_uninspected_checks" 45 ]; 46 47 meta = with lib; {
··· 42 disabledTests = [ 43 # See https://github.com/deepmind/chex/issues/204. 44 "test_uninspected_checks" 45 + 46 + # These tests started failing at some point after upgrading to 0.1.5 47 + "test_useful_failure" 48 + "TreeAssertionsTest" 49 + "PmapFakeTest" 50 + "WithDeviceTest" 51 ]; 52 53 meta = with lib; {