Skip to content

Commit

Permalink
Update "tasks.py" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 9, 2022
1 parent 42454ba commit c7833e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks.py
Expand Up @@ -245,12 +245,11 @@ def tests(ctx: Context):

message_box('Running "Pytest"...')
ctx.run(
"py.test "
"pytest "
"--disable-warnings "
"--doctest-modules "
f"--ignore={PYTHON_PACKAGE_NAME}/examples "
f"{PYTHON_PACKAGE_NAME}",
env={"MPLBACKEND": "AGG"},
f"{PYTHON_PACKAGE_NAME}"
)


Expand Down

0 comments on commit c7833e0

Please sign in to comment.