From f32d668158b80d12195c4ec240e0c2e6ec3b3fd2 Mon Sep 17 00:00:00 2001 From: Max Rossmannek Date: Fri, 6 Sep 2024 15:14:05 +0200 Subject: [PATCH] test: remove outdated warnings filter (#2) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 892d5e0..cd1ffad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,6 @@ enable = [ ] [tool.pytest.ini_options] -filterwarnings = ["ignore:::.*qiskit.opflow*"] testpaths = ["./qiskit_addon_utils/", "./test/"] [tool.ruff]