Skip to content

Commit

Permalink
fix: add missing fixture def
Browse files Browse the repository at this point in the history
  • Loading branch information
john-jam committed Aug 16, 2023
1 parent 39109a7 commit a9044a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3fs/tests/derived/s3fs_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def fs(self, _s3_base, _get_boto3_client):
def fs_path(self):
return test_bucket_name

@pytest.fixture
def supports_empty_directories(self):
return False

Expand Down

0 comments on commit a9044a9

Please sign in to comment.