Don't reinstall test deps in local nox session (#10379)

They're already installed first thing
This commit is contained in:
Alex Gaynor 2024-02-11 18:34:54 -05:00 committed by GitHub
parent be950bde68
commit e8ca1cd8c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -288,7 +288,7 @@ def local(session):
"noxfile.py",
)
install(session, ".[test]")
install(session, ".")
if session.posargs:
tests = session.posargs