rdblue commented on code in PR #6392:
URL: https://github.com/apache/iceberg/pull/6392#discussion_r1044921819


##########
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")
+
+
[email protected]
+def adlfs_fsspec_fileio(request: pytest.FixtureRequest) -> 
Generator[FsspecFileIO, None, None]:
+    from azure.storage.blob import BlobServiceClient

Review Comment:
   We add excludes to the pyproject.toml file. You'll see a huge list.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to