mujoco: passthru test python3Packages.mujoco-mjx

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Guilhem Saurel
2025-04-09 17:07:41 +02:00
co-authored by Gaétan Lepage
parent 555d7ca7db
commit 95a8624fab
+1
View File
@@ -184,6 +184,7 @@ stdenv.mkDerivation (finalAttrs: {
};
tests = {
pythonMujoco = python3Packages.mujoco;
pythonMujocoMjx = python3Packages.mujoco-mjx;
};
};