From c8a1c33a55c7403e95d83d1298623f5a470fca5c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 14 Nov 2024 17:12:44 +0100 Subject: build: Remove obsolete pytest ignore in Makefile The DeprecationWarnings we ignored here were not caused by our own code. It seems whatever upstream project was affected has since been fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73b7aae..f5a7010 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ docs: poetry run sphinx-build -Wb html -j auto -d .doctrees/ docs/ src/hircine/static/help test: - poetry run pytest -qs -W ignore::DeprecationWarning + poetry run pytest -qs coverage: poetry run pytest -s --cov=hircine --cov-report=html -- cgit v1.2.3-2-gb3c3