Skip to content

Commit 6f6e921

Browse files
committed
test: add missing arguments in test
1 parent ecb187f commit 6f6e921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_bundled_wheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_wheel_source_date_epoch(tmp_path, monkeypatch):
6565
PLAT="manylinux_2_5_x86_64",
6666
STRIP=False,
6767
UPDATE_TAGS=True,
68+
COPY_SITE_LIBS=True,
6869
WHEEL_DIR=str(wheel_output_path),
6970
WHEEL_FILE=[str(wheel_path)],
7071
cmd="repair",

0 commit comments

Comments
 (0)