mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
5039dba01c
commit
fe5b0240b8
1 changed files with 5 additions and 8 deletions
13
noxfile.py
13
noxfile.py
|
|
@ -294,14 +294,11 @@ def local(session):
|
|||
"noxfile.py",
|
||||
)
|
||||
|
||||
install(
|
||||
session,
|
||||
# Needed until https://github.com/astral-sh/uv/issues/2152 is fixed
|
||||
"--reinstall-package",
|
||||
"cryptography",
|
||||
"--refresh-package",
|
||||
"cryptography",
|
||||
".",
|
||||
session.run(
|
||||
"maturin",
|
||||
"develop",
|
||||
"--release",
|
||||
"--uv",
|
||||
)
|
||||
|
||||
if session.posargs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue