python3Packages.flax: ignore FutureWarning in tests (present since keras 3.13.0)

This commit is contained in:
Gaetan Lepage
2025-12-27 17:47:17 +00:00
parent 486f894778
commit 33ddeff833
@@ -83,6 +83,11 @@ buildPythonPackage rec {
tensorflow
];
pytestFlags = [
# FutureWarning: In the future `np.object` will be defined as the corresponding NumPy scalar.
"-Wignore::FutureWarning"
];
disabledTestPaths = [
# Docs test, needs extra deps + we're not interested in it.
"docs/_ext/codediff_test.py"