Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Aug 7, 2024
1 parent 0122260 commit 7b17d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class RepairTestCase(TestCase):
"""Tests for delvewheel repair"""
def test_basic(self):
"""Basic repair for the iknowpy package"""
check_call(['delvewheel', 'repair', '--add-path', 'iknowpy', 'iknowpy/iknowpy-1.5.3-cp312-cp312-win_amd64.whl'])
check_call(['delvewheel', 'repair', '--add-path', 'iknowpy', '-v', 'iknowpy/iknowpy-1.5.3-cp312-cp312-win_amd64.whl'])
with zipfile.ZipFile('wheelhouse/iknowpy-1.5.3-cp312-cp312-win_amd64.whl') as wheel:
for path in zipfile.Path(wheel, 'iknowpy.libs/').iterdir():
if path.name in ('.load-order-iknowpy-1.5.3',):
Expand Down

0 comments on commit 7b17d24

Please sign in to comment.