Skip to content

Commit

Permalink
Merge pull request #708 from ddalcino/topic/ddalcino/ci/fix-tarfile-t…
Browse files Browse the repository at this point in the history
…est-python-below-3_11_4

Fix `test_install` that fails on Python<3.11.4
  • Loading branch information
miurahr authored Aug 29, 2023
2 parents ea12c61 + 772edb8 commit 4f2bdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ def tool_archive(host: str, tool_name: str, variant: str, date: datetime = datet
r"and marked for removal in a future version of aqt\.\n"
r"In the future, please omit this parameter\.\n"
r"INFO : Downloading qtbase\.\.\.\n"
r"([^\n]*Extracting may be unsafe; consider updating Python to 3.11.4 or greater\n)?"
r"Finished installation of qtbase-everywhere-src-6\.5\.0\.tar\.xz in .*\n"
r"INFO : Finished installation\n"
r"INFO : Time elapsed: .* second"
Expand Down

0 comments on commit 4f2bdda

Please sign in to comment.