From 8216af5821696da94524ba88e759687f408e1f7c Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 24 Jun 2024 16:37:27 +0200 Subject: [PATCH] pass the session arg to the nox session function --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 615b395..2f699fb 100644 --- a/noxfile.py +++ b/noxfile.py @@ -37,7 +37,7 @@ def app(session): @nox.session() -def test_ui(): +def test_ui(session): """Run the application.""" ksm = KernelSpecManager()