Skip to content

Commit

Permalink
Merge pull request #974 from xcube-dev/pont-973-abstract-test
Browse files Browse the repository at this point in the history
Mark ListS3BucketTest as not a test
  • Loading branch information
thomasstorm committed Apr 30, 2024
2 parents d98de41 + dc72742 commit bcbbf8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
@@ -1,5 +1,6 @@
## Changes in 1.5.2 (in development)

* Make tests compatible with PyTest 8.2.0. (#973)

## Changes in 1.5.1

Expand Down
3 changes: 3 additions & 0 deletions test/webapi/s3/test_listbucket.py
Expand Up @@ -31,6 +31,9 @@ def setUp(self):


class ListS3BucketTest(S3BucketTest, metaclass=ABCMeta):

__test__ = False

@abstractmethod
def list_bucket(self, bucket_dict, **kwargs):
pass
Expand Down

0 comments on commit bcbbf8e

Please sign in to comment.