From e78efb18b7ed55ce0725a9bb4c62605e7c014118 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 8 Jul 2026 12:20:12 +0000 Subject: [PATCH] python3Packages.skrl: add missing test dependency hypothesis --- pkgs/development/python-modules/skrl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/skrl/default.nix b/pkgs/development/python-modules/skrl/default.nix index 2990385ef1ab..7621226cbd38 100644 --- a/pkgs/development/python-modules/skrl/default.nix +++ b/pkgs/development/python-modules/skrl/default.nix @@ -17,6 +17,7 @@ # tests flax, + hypothesis, jax, optax, pettingzoo, @@ -70,6 +71,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ flax + hypothesis jax optax pettingzoo