We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57dff5 commit 0df01aaCopy full SHA for 0df01aa
test/integration/material_providers/store/test_meta.py
@@ -19,9 +19,9 @@
19
from dynamodb_encryption_sdk.exceptions import NoKnownVersionError
20
from dynamodb_encryption_sdk.material_providers.store.meta import MetaStore, MetaStoreAttributeNames
21
22
-from ...integration_test_utils import temp_metastore
+from ...integration_test_utils import temp_metastore # pylint: disable=unused-import
23
24
-pytestmark = [pytest.mark.integ]
+pytestmark = [pytest.mark.integ, pytest.mark.ddb_integ]
25
26
27
def test_max_version_empty(temp_metastore):
0 commit comments