Skip to content

Commit 4f6564e

Browse files
committed
fix minimum tests
1 parent cdb02ca commit 4f6564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def install_minimum(c):
7575
def minimum(c):
7676
install_minimum(c)
7777
c.run('python -m pip check')
78-
c.run('python -m pytest')
78+
c.run('python -m pytest ./tests/unit')
7979

8080

8181
@task

0 commit comments

Comments
 (0)