From 3d18e51186928f9bf8f2a769214e0ca619a18af5 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 25 Nov 2024 11:34:30 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- setup.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e698a7fca93..33d9d5c7268 100644 --- a/setup.py +++ b/setup.py @@ -209,7 +209,18 @@ def _main(argv): "dm_control": ["dm_control"], "gym_continuous": ["gymnasium<1.0", "mujoco"], "rendering": ["moviepy<2.0.0"], - "tests": ["pytest", "pyyaml", "pytest-instafail", "scipy", "pytest-mock", "pytest-cov", "pytest-benchmark", "pytest-rerunfailures", "pytest-error-for-skips", ""], + "tests": [ + "pytest", + "pyyaml", + "pytest-instafail", + "scipy", + "pytest-mock", + "pytest-cov", + "pytest-benchmark", + "pytest-rerunfailures", + "pytest-error-for-skips", + "", + ], "utils": [ "tensorboard", "wandb",