mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Modify filterwarnings in Pytest configuration (#379)
This commit is contained in:
@@ -152,4 +152,4 @@ reportPrivateUsage = "warning"
|
||||
reportUnboundVariable = "warning"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = ["ignore::DeprecationWarning"]
|
||||
filterwarnings = ["ignore::DeprecationWarning:gymnasium.*:"]
|
||||
|
Reference in New Issue
Block a user