Skip to content

Commit

Permalink
force uv backend for test-min-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 6, 2024
1 parent 883e800 commit a7c238e
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 @@ -31,7 +31,7 @@ def tests(session: nox.Session) -> None:
*session.posargs,
)

@nox.session(name="test-min-deps", python="3.9")
@nox.session(name="test-min-deps", python="3.9", venv_backend="uv")
def test_min_deps(session: nox.Session) -> None:
"""Run the unit tests using the lowest compatible version of all direct dependencies."""
session.install("--resolution", "lowest-direct", "--editable", ".[test]")
Expand Down

0 comments on commit a7c238e

Please sign in to comment.