Skip to content

Commit

Permalink
pass the session arg to the nox session function
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Jun 24, 2024
1 parent 0a9cda0 commit 8216af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def app(session):


@nox.session()
def test_ui():
def test_ui(session):
"""Run the application."""

ksm = KernelSpecManager()
Expand Down

0 comments on commit 8216af5

Please sign in to comment.