Skip to content

Commit

Permalink
trigger CI error if remote module wasn't built
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 12, 2024
1 parent f70de5f commit 4638aa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/kvikio/tests/test_aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import pytest

import kvikio
import kvikio._lib.remote_handle

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

moto = pytest.importorskip("moto", minversion="3.1.6")
boto3 = pytest.importorskip("boto3")
Expand Down

0 comments on commit 4638aa8

Please sign in to comment.