Skip to content

Commit

Permalink
Install '.' in nox in a way that's uv friendly (#10405)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 17, 2024
1 parent 608ce95 commit 8f9d79d
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 @@ -288,7 +288,7 @@ def local(session):
"noxfile.py",
)

install(session, ".")
install(session, "cryptography @ .")

if session.posargs:
tests = session.posargs
Expand Down

0 comments on commit 8f9d79d

Please sign in to comment.