python3Packages.evosax: skip failing tests

This commit is contained in:
Gaetan Lepage
2025-10-20 16:44:48 +00:00
parent 368f097532
commit e7ef949c7d
@@ -7,14 +7,11 @@
setuptools,
# dependencies
chex,
dotmap,
flax,
jax,
jaxlib,
matplotlib,
numpy,
pyyaml,
# tests
# brax, (unpackaged)
@@ -62,6 +59,11 @@ buildPythonPackage rec {
# Requires unpackaged gymnax
"test_env_ffw_rollout"
# TypeError: ShapedArray.__init__() got an unexpected keyword argument 'named_shape'
"test_base_api"
"test_run"
"test_run_scan"
# Tries to download a data set from the internet
"test_brax_problem_eval"
"test_brax_problem_init"