summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorLines
4 daysbuild: Mark coverage as PHONY targetWolfgang Müller-1/+1
Otherwise make will refuse to regenerate coverage information if the coverage/ directory already exists.
4 daysbuild: 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.