From 87f0d8fbc019b65ff942b415b107293a1024fe1d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 30 Jun 2024 08:46:52 +0800 Subject: feat(exception): enrich exceptions:: EventException, SkipException, StopException, CoreException, GetEventTimeOut, LoudModuleError --- noxfile.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'noxfile.py') diff --git a/noxfile.py b/noxfile.py index d64f210..a574670 100644 --- a/noxfile.py +++ b/noxfile.py @@ -15,3 +15,5 @@ def bench(session: nox.Session): session.env["MATURIN_PEP517_ARGS"] = "--profile=dev" session.install(".[dev]") session.run("pytest", "--benchmark-enable") + + -- cgit v1.2.3-70-g09d2