Skip to content

Commit

Permalink
Don't reinstall test deps in local nox session (#10379)
Browse files Browse the repository at this point in the history
They're already installed first thing
  • Loading branch information
alex authored Feb 11, 2024
1 parent be950bd commit e8ca1cd
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, ".[test]")
install(session, ".")

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

0 comments on commit e8ca1cd

Please sign in to comment.