ignore buildhash when checking if tests need to be re-run

This commit is contained in:
Damien Elmes 2019-12-18 21:06:47 +10:00
parent 901c285a12
commit 99502e20ea

View file

@ -110,7 +110,7 @@ check: mypy pytest pylint pytype checkpretty
# Checking python
######################
PYCHECKDEPS := $(BUILDDEPS) $(shell find anki aqt -name '*.py')
PYCHECKDEPS := $(BUILDDEPS) $(shell find anki aqt -name '*.py' | grep -v buildhash.py)
.build/mypy: $(PYCHECKDEPS)
mypy anki aqt