Skip to content

Commit 0df01aa

Browse files
committed
mark integration tests that require interacting with actual DDB resources as such
1 parent f57dff5 commit 0df01aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/material_providers/store/test_meta.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
from dynamodb_encryption_sdk.exceptions import NoKnownVersionError
2020
from dynamodb_encryption_sdk.material_providers.store.meta import MetaStore, MetaStoreAttributeNames
2121

22-
from ...integration_test_utils import temp_metastore
22+
from ...integration_test_utils import temp_metastore # pylint: disable=unused-import
2323

24-
pytestmark = [pytest.mark.integ]
24+
pytestmark = [pytest.mark.integ, pytest.mark.ddb_integ]
2525

2626

2727
def test_max_version_empty(temp_metastore):

0 commit comments

Comments
 (0)