diff options
author | Wolfgang Müller | 2024-11-14 17:12:44 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 20:45:02 +0100 |
commit | c8a1c33a55c7403e95d83d1298623f5a470fca5c (patch) | |
tree | 29a8ac9c8ae479d6e7482338a4d73ce1617407ad | |
parent | b95712d677c2609ccff0215fcbe07fe897020085 (diff) | |
download | hircine-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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |