Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 17, 2024
1 parent 23b9bac commit 3a147e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: pytest -vv s3fs
run: pytest -vv -s s3fs -k test_write_blocks


pre-commit:
Expand Down
2 changes: 2 additions & 0 deletions s3fs/tests/test_s3fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
from fsspec.callbacks import Callback
from packaging import version

fsspec.utils.setup_logging(logger_name="s3fs")

test_bucket_name = "test"
secure_bucket_name = "test-secure"
versioned_bucket_name = "test-versioned"
Expand Down

0 comments on commit 3a147e2

Please sign in to comment.