Skip to content

Commit

Permalink
chore: fix prerelease_deps nox session [autoapprove] (#1756)
Browse files Browse the repository at this point in the history
Remove duplicate reference to packages during install

Proposed fix to issue identified in #1755
  • Loading branch information
chalmerlowe authored Jan 30, 2023
1 parent 71a4369 commit 26c7505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def prerelease_deps(session):
system_deps_all = (
SYSTEM_TEST_STANDARD_DEPENDENCIES
+ SYSTEM_TEST_EXTERNAL_DEPENDENCIES
+ SYSTEM_TEST_EXTRAS
)
session.install(*system_deps_all)

Expand Down

0 comments on commit 26c7505

Please sign in to comment.