From e2a80e0f3b6d83f6d4be8b0e4d527b552ad5f9ef Mon Sep 17 00:00:00 2001 From: Valentin <16002514+valentin-cnt@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:27:58 +0100 Subject: [PATCH] Modify filterwarnings in Pytest configuration (#379) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d9c72f41..90964eef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,4 +152,4 @@ reportPrivateUsage = "warning" reportUnboundVariable = "warning" [tool.pytest.ini_options] -filterwarnings = ["ignore::DeprecationWarning"] +filterwarnings = ["ignore::DeprecationWarning:gymnasium.*:"]