From 4154e0877400a7b72b81668dbccea9622b3c9f75 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 1 Feb 2024 10:55:23 -0300 Subject: [PATCH] fix duplicated key --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e10dbdc..7223fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,13 +94,6 @@ filterwarnings = [ "ignore::RuntimeWarning", ] -[tool.pytest.ini_options] -filterwarnings = [ - "error:::gliderpy.*", - "ignore::UserWarning", - "ignore::RuntimeWarning", -] - [tool.interrogate] ignore-init-method = true ignore-init-module = false