We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfb579 commit 47dcd2bCopy full SHA for 47dcd2b
utils/build-dists.py
@@ -121,6 +121,7 @@ def test_dist(dist):
121
"--strict",
122
"--install-types",
123
"--non-interactive",
124
+ "--ignore-missing-imports",
125
os.path.join(base_dir, "test_elasticsearch/test_types/async_types.py"),
126
)
127
@@ -144,6 +145,7 @@ def test_dist(dist):
144
145
146
147
148
149
os.path.join(base_dir, "test_elasticsearch/test_types/sync_types.py"),
150
151
else:
@@ -154,6 +156,7 @@ def test_dist(dist):
154
156
155
157
158
159
160
os.path.join(
161
base_dir, "test_elasticsearch/test_types/aliased_types.py"
162
),
0 commit comments