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):
121
121
"--strict" ,
122
122
"--install-types" ,
123
123
"--non-interactive" ,
124
+ "--ignore-missing-imports" ,
124
125
os .path .join (base_dir , "test_elasticsearch/test_types/async_types.py" ),
125
126
)
126
127
@@ -144,6 +145,7 @@ def test_dist(dist):
144
145
"--strict" ,
145
146
"--install-types" ,
146
147
"--non-interactive" ,
148
+ "--ignore-missing-imports" ,
147
149
os .path .join (base_dir , "test_elasticsearch/test_types/sync_types.py" ),
148
150
)
149
151
else :
@@ -154,6 +156,7 @@ def test_dist(dist):
154
156
"--strict" ,
155
157
"--install-types" ,
156
158
"--non-interactive" ,
159
+ "--ignore-missing-imports" ,
157
160
os .path .join (
158
161
base_dir , "test_elasticsearch/test_types/aliased_types.py"
159
162
),
You can’t perform that action at this time.
0 commit comments