mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
py-test needs to depend on test files
This commit is contained in:
parent
f7dfe98030
commit
bbbfb50998
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -120,7 +120,7 @@ PYCHECKDEPS := $(BUILDDEPS) .build/pycheckreqs $(shell find anki aqt -name '*.py
|
||||||
mypy anki aqt
|
mypy anki aqt
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
.build/pytest: $(PYCHECKDEPS)
|
.build/pytest: $(PYCHECKDEPS) $(wildcard tests/*.py)
|
||||||
./tools/tests.sh
|
./tools/tests.sh
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue