summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 17:12:44 +0100
committerWolfgang Müller2024-11-14 20:45:02 +0100
commitc8a1c33a55c7403e95d83d1298623f5a470fca5c (patch)
tree29a8ac9c8ae479d6e7482338a4d73ce1617407ad
parentb95712d677c2609ccff0215fcbe07fe897020085 (diff)
downloadhircine-c8a1c33a55c7403e95d83d1298623f5a470fca5c.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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