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 "--install-types" ,
122122 "--non-interactive" ,
123123 "--ignore-missing-imports" ,
124+ "--implicit-reexport" ,
124125 os .path .join (base_dir , "test_elasticsearch/test_types/async_types.py" ),
125126 )
126127
@@ -145,6 +146,7 @@ def test_dist(dist):
145146 "--install-types" ,
146147 "--non-interactive" ,
147148 "--ignore-missing-imports" ,
149+ "--implicit-reexport" ,
148150 os .path .join (base_dir , "test_elasticsearch/test_types/sync_types.py" ),
149151 )
150152 else :
@@ -156,6 +158,7 @@ def test_dist(dist):
156158 "--install-types" ,
157159 "--non-interactive" ,
158160 "--ignore-missing-imports" ,
161+ "--implicit-reexport" ,
159162 os .path .join (
160163 base_dir , "test_elasticsearch/test_types/aliased_types.py"
161164 ),
You can’t perform that action at this time.
0 commit comments