summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorLines
2024-11-14build: Mark coverage as PHONY targetWolfgang Müller-1/+1
Otherwise make will refuse to regenerate coverage information if the coverage/ directory already exists.
2024-11-14build: Remove obsolete pytest ignore in MakefileWolfgang Müller-1/+1
The DeprecationWarnings we ignored here were not caused by our own code. It seems whatever upstream project was affected has since been fixed.