Modify filterwarnings in Pytest configuration (#379)

This commit is contained in:
Valentin
2023-03-13 14:27:58 +01:00
committed by GitHub
parent c5fd30e59e
commit e2a80e0f3b

View File

@@ -152,4 +152,4 @@ reportPrivateUsage = "warning"
reportUnboundVariable = "warning"
[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]
filterwarnings = ["ignore::DeprecationWarning:gymnasium.*:"]