python312Packages.chex: temporarily disable tests on python 3.13 (#369258)

This commit is contained in:
Gaétan Lepage
2024-12-30 01:35:23 +01:00
committed by GitHub
@@ -18,6 +18,7 @@
cloudpickle,
dm-tree,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -51,6 +52,11 @@ buildPythonPackage rec {
pytestCheckHook
];
# AttributeError: module 'unittest' has no attribute 'makeSuite'
# https://github.com/google-deepmind/chex/issues/371
# TODO: re-enable at next release
doCheck = pythonOlder "3.13";
meta = {
description = "Library of utilities for helping to write reliable JAX code";
homepage = "https://github.com/deepmind/chex";