Skip to content

Commit

Permalink
add noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 28, 2024
1 parent 4be2658 commit 0f777d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import nox

nox.options.default_venv_backend = "uv"


@nox.session
def tests(session):
session.install(".[dev]")
session.run("pytest")

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dev = [
"licensecheck",
"pytest",
"pytest-mock",
"nox",
"uv"
]

[project.urls]
Expand Down

0 comments on commit 0f777d8

Please sign in to comment.