From 1c092d01bde3b2888766f2d034215080df6d95e5 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 15 May 2023 17:11:14 +0200 Subject: [PATCH] Optional Dependency: PyTest --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 52aba06..f40c7c3 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ extras = { 'mujoco-py<2.2,>=2.1', ], 'box2d': ['gymnasium[box2d]>=0.26.0'], + 'testing': ['pytest'], } # All dependencies