summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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