python310Packages.jax: Fix disabled test specifiers

Fixes: 3bc5413
This commit is contained in:
Martin Weinelt 2023-03-10 22:52:31 +01:00
parent 6a3a3ef995
commit 002beda20d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -72,9 +72,9 @@ buildPythonPackage rec {
# UserWarning: Explicitly requested dtype <class 'numpy.float64'>
# requested in astype is not available, and will be truncated to
# dtype float32. (With numpy 1.24)
"LaxBackedScipyStatsTests::testKde3"
"LaxBackedScipyStatsTests::testKde5"
"LaxBackedScipyStatsTests::testKde6"
"testKde3"
"testKde5"
"testKde6"
] ++ lib.optionals usingMKL [
# See
# * https://github.com/google/jax/issues/9705