Skip to content

Commit 3f0704a

Browse files
committed
Update "tasks.py" file.
1 parent 94553a3 commit 3f0704a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,11 @@ def tests(ctx: Context):
239239

240240
message_box('Running "Pytest"...')
241241
ctx.run(
242-
"py.test "
242+
"pytest "
243243
"--disable-warnings "
244244
"--doctest-modules "
245245
f"--ignore={PYTHON_PACKAGE_NAME}/examples "
246-
f"{PYTHON_PACKAGE_NAME}",
247-
env={"MPLBACKEND": "AGG"},
246+
f"{PYTHON_PACKAGE_NAME}"
248247
)
249248

250249

0 commit comments

Comments
 (0)