mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Don't reinstall test deps in local nox session (#10379)
They're already installed first thing
This commit is contained in:
parent
be950bde68
commit
e8ca1cd8c6
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ def local(session):
|
|||
"noxfile.py",
|
||||
)
|
||||
|
||||
install(session, ".[test]")
|
||||
install(session, ".")
|
||||
|
||||
if session.posargs:
|
||||
tests = session.posargs
|
||||
|
|
|
|||
Loading…
Reference in a new issue