From 00304e718c6d9434afcfcca569c5defdfcff3283 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Fri, 6 Sep 2024 15:01:48 +0200 Subject: [PATCH] test: remove the kvikio._lib.remote_handle trigger --- python/kvikio/tests/test_aws_s3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/kvikio/tests/test_aws_s3.py b/python/kvikio/tests/test_aws_s3.py index 8abf02ab3f..858765beb6 100644 --- a/python/kvikio/tests/test_aws_s3.py +++ b/python/kvikio/tests/test_aws_s3.py @@ -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",