From 422089913095a07dd65d1b95632e48f6fa5f21e7 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Sun, 20 Aug 2023 19:03:48 +0200 Subject: [PATCH] CI: turn deprecation warnings into errors. --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index ced75dd8..40f64f0e 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,11 @@ commands = package = wheel wheel_build_env = .pkg +[pytest] +filterwarnings = + error::DeprecationWarning + error::PendingDeprecationWarning + [testenv:style] basepython = python3 deps =