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