Skip to content

Commit 89c7d0b

Browse files
committed
Remove useless invoke task
1 parent 0752be5 commit 89c7d0b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ def get_project_path():
1919
return project_name
2020

2121

22-
@task
23-
def run(context: Context):
24-
context.run(f'python {get_project_path()}/main.py', pty=True)
25-
26-
2722
@task
2823
def test(context: Context):
2924
context.run('pytest . --cov=. --cov-report=xml', pty=True)

0 commit comments

Comments
 (0)