Skip to content

Commit eaf3ced

Browse files
authored
handle new wheel format (DataDog#20672)
1 parent 09f2bf6 commit eaf3ced

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.builders/lock.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ def generate_lock_file(
109109
if not is_compatible_wheel(target, python_major, interpreter, abi, platform):
110110
continue
111111

112+
if build and 'WID' in build:
113+
# TODO: we're skipping any wheels with WID in them until we merge
114+
# the final changes to use this format
115+
continue
116+
112117
build_number = int(build[0]) if build else -1
113118
candidates[build_number] = blob
114119

0 commit comments

Comments
 (0)