-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update manylinux wheels download logic (#1250)
* update manylinux wheels download logic * add tests for updated manylinux logic * Remove incorrect return statement from get_manylinux_wheel_url * convert the manylinux file names to lowercase in get_manylinux_wheel_url * add test to verify manylinux filenames are lowered * change print to logger output * mock requests.get in test_verify_manylinux_filename_is_lowered * apply black * fix mock.patch reference * 🔧 add `ignore_cache` option for ease of testing. ✅ update testcase to use `ignore_cache` * 🎨 fix flake8 --------- Co-authored-by: monkut <[email protected]> Co-authored-by: shane <[email protected]>
- Loading branch information
1 parent
26d6182
commit f2f03ba
Showing
2 changed files
with
98 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters