Skip to content

Commit ec8e865

Browse files
committed
chore: Disable sugar plugin in test duty
1 parent f0bf266 commit ec8e865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def test(ctx, match: str = ""):
329329
py_version = f"{sys.version_info.major}{sys.version_info.minor}"
330330
os.environ["COVERAGE_FILE"] = f".coverage.{py_version}"
331331
ctx.run(
332-
["pytest", "-c", "config/pytest.ini", "-n", "auto", "-k", match, "tests"],
332+
["pytest", "-c", "config/pytest.ini", "-p", "no:sugar", "-n", "auto", "-k", match, "tests"],
333333
title="Running tests",
334334
pty=PTY,
335335
)

0 commit comments

Comments
 (0)