Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf76338

Browse files
committed
move error message to try block
1 parentd46be90 commitbf76338

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎tests/asyncio/test_rest_streaming_async.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@
2828

2929
try:
3030
fromgoogle.auth.aio.transportimportResponse
31-
32-
AUTH_AIO_INSTALLED=True
3331
exceptImportError:
34-
AUTH_AIO_INSTALLED=False
35-
36-
ifnotAUTH_AIO_INSTALLED:# pragma: NO COVER
3732
pytest.skip(
38-
"google-api-core[async_rest] is required touse asynchronous rest streaming.",
33+
"google-api-core[async_rest] is required totest asynchronous rest streaming.",
3934
allow_module_level=True,
4035
)
4136

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp