File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ def test_dist(dist):
121121 "--strict" ,
122122 "--install-types" ,
123123 "--non-interactive" ,
124+ "--ignore-missing-imports" ,
124125 os .path .join (base_dir , "test_elasticsearch/test_types/async_types.py" ),
125126 )
126127
@@ -144,6 +145,7 @@ def test_dist(dist):
144145 "--strict" ,
145146 "--install-types" ,
146147 "--non-interactive" ,
148+ "--ignore-missing-imports" ,
147149 os .path .join (base_dir , "test_elasticsearch/test_types/sync_types.py" ),
148150 )
149151 else :
@@ -154,6 +156,7 @@ def test_dist(dist):
154156 "--strict" ,
155157 "--install-types" ,
156158 "--non-interactive" ,
159+ "--ignore-missing-imports" ,
157160 os .path .join (
158161 base_dir , "test_elasticsearch/test_types/aliased_types.py"
159162 ),
You can’t perform that action at this time.
0 commit comments