mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -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
|
||||
touch $@
|
||||
|
||||
.build/pytest: $(PYCHECKDEPS)
|
||||
.build/pytest: $(PYCHECKDEPS) $(wildcard tests/*.py)
|
||||
./tools/tests.sh
|
||||
touch $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue