Skip to content

Commit 26c7505

Browse files
authored
chore: fix prerelease_deps nox session [autoapprove] (#1756)
Remove duplicate reference to packages during install Proposed fix to issue identified in #1755
1 parent 71a4369 commit 26c7505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ def prerelease_deps(session):
415415
system_deps_all = (
416416
SYSTEM_TEST_STANDARD_DEPENDENCIES
417417
+ SYSTEM_TEST_EXTERNAL_DEPENDENCIES
418-
+ SYSTEM_TEST_EXTRAS
419418
)
420419
session.install(*system_deps_all)
421420

0 commit comments

Comments
 (0)