diff --git a/noxfile.py b/noxfile.py index ebeac95b7744ddbc99302214f9c26f41656663dc..915ab84dcd70663a7c2c7644212e6aded5484d50 100644 --- a/noxfile.py +++ b/noxfile.py @@ -3,7 +3,7 @@ from __future__ import annotations from typing import Sequence import nox -nox.options.sessions = ["lint", "typecheck", "testsuite", "report_coverage"] +nox.options.sessions = ["lint", "typecheck", "testsuite"] def add_pystencils_git(session: nox.Session):