cccs-eric commented on code in PR #6392: URL: https://github.com/apache/iceberg/pull/6392#discussion_r1043974117
########## python/tests/conftest.py: ########## @@ -1259,3 +1276,22 @@ def fixture_glue(_aws_credentials: None) -> Generator[boto3.client, None, None]: """Mocked glue client""" with mock_glue(): yield boto3.client("glue", region_name="us-east-1") + + +@pytest.fixture +def adlfs_fsspec_fileio(request: pytest.FixtureRequest) -> Generator[FsspecFileIO, None, None]: + from azure.storage.blob import BlobServiceClient Review Comment: mypy is complaining about this import, not sure how to make it work since adlfs is an optional dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org