Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 658a826

Browse files
committed
Don't run make lint when running make test
1 parent 01ff1b2 commit 658a826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ report: vars
142142
lint:
143143
flake8 %PROJECT_NAME%
144144

145-
test tests: lint
145+
test tests:
146146
pytest -v --cov=%PROJECT_NAME% -l tests/
147147

148148

0 commit comments

Comments
 (0)