diff --git a/tasks.py b/tasks.py index 74dd9b0..5853ed7 100644 --- a/tasks.py +++ b/tasks.py @@ -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}" )