Skip to content

Commit d656f66

Browse files
committed
Update "tasks.py" file.
1 parent 7fb9eec commit d656f66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,12 @@ def virtualise(ctx: Context, tests: Boolean = True):
437437
'imageio.plugins.freeimage.download()"'
438438
)
439439
if tests:
440+
# The test images are not available thus many doctests
441+
# cannot be run properly:
442+
# "--doctest-modules "
440443
ctx.run(
441444
"poetry run py.test "
442445
"--disable-warnings "
443-
"--doctest-modules "
444446
f"--ignore={PYTHON_PACKAGE_NAME}/examples "
445447
f"{PYTHON_PACKAGE_NAME}",
446448
env={"MPLBACKEND": "AGG"},

0 commit comments

Comments
 (0)