From a9af9c3e21d9d5b7b51055ae673bfb5a15003701 Mon Sep 17 00:00:00 2001 From: Luc Elliott Date: Tue, 1 Oct 2024 14:25:09 +0000 Subject: [PATCH] Fix deprecation warnings --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 070ac5f..3d363e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] xfail_strict = true filterwarnings = [ - "error", "ignore::DeprecationWarning", ] log_cli_level = "INFO"