File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/aws_encryption_sdk/materials_managers/mpl Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The aws-cryptographic-materials-library MUST be installed to use this module.
4
4
"""
5
+ from typing import Dict , List , Set
5
6
# pylint should pass even if the MPL isn't installed
6
7
# noqa pylint: disable=import-error
7
8
from aws_cryptographic_materialproviders .mpl .models import (
10
11
EncryptionMaterials as MPL_EncryptionMaterials ,
11
12
)
12
13
# noqa pylint: enable=import-error
13
- from typing import Dict , List , Set
14
14
15
15
from aws_encryption_sdk .identifiers import Algorithm , AlgorithmSuite
16
16
from aws_encryption_sdk .materials_managers import (
Original file line number Diff line number Diff line change 13
13
"""Module testing components that use the MPL.
14
14
15
15
The aws-cryptographic-materials-library MUST be installed to run tests in this module.
16
- """
16
+ """
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ commands = {[testenv:freeze-upstream-requirements-base]commands} test/upstream-r
144
144
[testenv:test-upstream-requirements-base]
145
145
sitepackages = False
146
146
recreate = True
147
- commands = {[testenv:base-command]commands} test/ -m local --ignore --ignore test/mpl/
147
+ commands = {[testenv:base-command]commands} test/ -m local --ignore test/mpl/
148
148
149
149
# Test frozen upstream requirements for Python 3.7
150
150
[testenv:test-upstream-requirements-py37]
You can’t perform that action at this time.
0 commit comments