python312Packages.flax: drop missing test path excludes

This commit is contained in:
Martin Weinelt
2025-01-27 10:58:21 +01:00
parent a86aba952e
commit 422e28291d
@@ -99,7 +99,6 @@ buildPythonPackage rec {
# `tensorflow_datasets`, `vocabulary`) so the benefits of trying to run them
# would be limited anyway.
"examples/*"
"flax/nnx/examples/*"
# See https://github.com/google/flax/issues/3232.
"tests/jax_utils_test.py"
];