Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2025
1 parent 40d2b6e commit 9c586c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
]
main_python_version = "3.13"
locations = "singer_sdk", "tests", "noxfile.py", "docs/conf.py"
nox.options.sessions = (
nox.options.sessions = [
"mypy",
"tests",
"benches",
"doctest",
"test_cookiecutter",
)
]

dependency_groups = nox.project.load_toml("pyproject.toml")["dependency-groups"]
test_dependencies: list[str] = dependency_groups["dev"]
Expand Down Expand Up @@ -216,6 +216,8 @@ def test_cookiecutter(session: nox.Session, replay_file_path: Path) -> None:
if cc_test_output.exists():
session.run("rm", "-fr", str(cc_test_output), external=True)

# TODO: Use uvx
# https://github.com/wntrblm/nox/pull/920
session.run(
"uv",
"tool",
Expand Down

0 comments on commit 9c586c4

Please sign in to comment.