Skip to content

Commit

Permalink
remove default sessions to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 1, 2023
1 parent f778006 commit 409ee5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
ROOT = pathlib.Path(__file__).parent


nox.options.sessions = ["lint", "test", "test-bmi", "test-notebooks"]


@nox.session
def test(session: nox.Session) -> None:
"""Run the tests."""
Expand Down

0 comments on commit 409ee5a

Please sign in to comment.