File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
generator-input/client-post-processing
packages/google-cloud-storage Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ replacements:
204204 )
205205
206206
207- @nox.session(python=CONFORMANCE_TEST_PYTHON_VERSIONS )
207+ @nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS )
208208 def conftest_retry(session):
209209 """Run the retry conformance test suite."""
210210 json_conformance_tests = "tests/conformance/test_conformance.py"
@@ -242,7 +242,7 @@ replacements:
242242 session.run(*test_cmd, env={"DOCKER_API_VERSION": "1.39"})
243243
244244
245- @nox.session(python=CONFORMANCE_TEST_PYTHON_VERSIONS )
245+ @nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS )
246246 def conftest_retry_bidi(session):
247247 """Run the retry conformance test suite."""
248248
Original file line number Diff line number Diff line change @@ -3250,7 +3250,7 @@ libraries:
32503250 - ^packages/google-cloud-storage/mypy.ini
32513251 - ^packages/google-cloud-storage/noxfile.py
32523252 - ^packages/google-cloud-storage/setup.py
3253- - ^packages/google-cloud-storage/google/cloud/_storage_v2
3253+ - ^packages/google-cloud-storage/google/cloud/_storage
32543254 - ^packages/google-cloud-storage/samples/generated_samples
32553255 - ^packages/google-cloud-storage/testing
32563256 - ^packages/google-cloud-storage/tests/__init__.py
@@ -3263,6 +3263,7 @@ libraries:
32633263 - ^packages/google-cloud-storage/docs/_templates
32643264 - ^packages/google-cloud-storage/docs/_storage
32653265 - ^packages/google-cloud-storage/docs/summary_overview.md
3266+ - ^packages/google-cloud-storage/docs/multiprocessing.rst
32663267 tag_format : ' {id}-v{version}'
32673268 - id : google-cloud-storage-control
32683269 version : 1.10.0
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ def system(session, test_type):
393393 )
394394
395395
396- @nox .session (python = CONFORMANCE_TEST_PYTHON_VERSIONS )
396+ @nox .session (python = SYSTEM_TEST_PYTHON_VERSIONS )
397397def conftest_retry (session ):
398398 """Run the retry conformance test suite."""
399399 json_conformance_tests = "tests/conformance/test_conformance.py"
@@ -431,7 +431,7 @@ def conftest_retry(session):
431431 session .run (* test_cmd , env = {"DOCKER_API_VERSION" : "1.39" })
432432
433433
434- @nox .session (python = CONFORMANCE_TEST_PYTHON_VERSIONS )
434+ @nox .session (python = SYSTEM_TEST_PYTHON_VERSIONS )
435435def conftest_retry_bidi (session ):
436436 """Run the retry conformance test suite."""
437437
You can’t perform that action at this time.
0 commit comments