Skip to content

Commit 6e33441

Browse files
chore(python): remove one remaining extra bash line (#565) (#11)
1 parent f84f8e1 commit 6e33441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-access-context-manager/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ def system(session):
156156
session.run("py.test", "--verbose", system_test_folder_path, *session.posargs)
157157

158158

159+
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
159160
@nox.parametrize(
160161
"library", ["python-asset"], ids=["asset"],
161162
)
162-
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
163163
def test(session, library):
164164
"""Run tests from a downstream libraries.
165165
To verify that any changes we make here will not break downstream libraries, clone

packages/google-cloud-access-context-manager/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "274dd49554809834287c24b6dd324a85283f1182"
14+
"sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)