From 7b7a14cd6eb1d20e51e919608824f2942c1f057e Mon Sep 17 00:00:00 2001 From: scx1332 Date: Thu, 5 Oct 2023 14:40:55 +0200 Subject: [PATCH] ignore deprecation warnings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23f33070..e0dec673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ tests = { sequence = [ "tests_unit", "tests_integration", ], help = "Run all available tests" } -tests_unit = "pytest -svx test/unit" +tests_unit = "pytest -W ignore::DeprecationWarning -svx test/unit" tests_integration = "pytest -W ignore::DeprecationWarning -svx test/integration" [build-system]