python3Packages.skrl: add missing test dependency hypothesis (#539584)

This commit is contained in:
Gaétan Lepage
2026-07-08 12:58:28 +00:00
committed by GitHub
@@ -17,6 +17,7 @@
# tests
flax,
hypothesis,
jax,
optax,
pettingzoo,
@@ -29,6 +30,7 @@ buildPythonPackage (finalAttrs: {
pname = "skrl";
version = "1.4.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Toni-SM";
@@ -70,6 +72,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
flax
hypothesis
jax
optax
pettingzoo