diff --git a/noxfile.py b/noxfile.py index f60033f..9312c8d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -27,7 +27,7 @@ def licensecheck(session) -> None: @nox.session(default=False) -def system_test(session) -> None: +def system_tests(session) -> None: """Runs the system test - slow""" session.install(".[testing]") session.run("pytest", "--durations=10", "system_tests")