Fix MyPy errors when running without boto3 installed
This commit is contained in:
parent
43e8a7e370
commit
0b5e034a92
@ -9,7 +9,7 @@ import blender_asset_tracer
|
|||||||
class MypyRunnerTest(unittest.TestCase):
|
class MypyRunnerTest(unittest.TestCase):
|
||||||
def test_run_mypy(self):
|
def test_run_mypy(self):
|
||||||
path = pathlib.Path(blender_asset_tracer.__file__).parent
|
path = pathlib.Path(blender_asset_tracer.__file__).parent
|
||||||
result = mypy.api.run(['--incremental', str(path)])
|
result = mypy.api.run(['--incremental', '--ignore-missing-imports', str(path)])
|
||||||
|
|
||||||
stdout, stderr, status = result
|
stdout, stderr, status = result
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user