Skip to content

Commit

Permalink
test: remove the kvikio._lib.remote_handle trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 6, 2024
1 parent b978323 commit 00304e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/kvikio/tests/test_aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
import kvikio
import kvikio.defaults

# TODO: remove before PR merge. Trigger CI error if the remote module wasn't built
import kvikio._lib.remote_handle # isort: skip

pytestmark = pytest.mark.skipif(
not kvikio.is_remote_file_available(),
reason="cannot test remote IO, please build KvikIO with with AWS S3 support",
Expand Down

0 comments on commit 00304e7

Please sign in to comment.