Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of multiple Python versions in integration tests #31

Merged
merged 4 commits into from
Sep 5, 2023
Merged

Conversation

Alex-Burmak
Copy link
Member

No description provided.

@Alex-Burmak Alex-Burmak changed the title Use LTS version of Ubuntu in CI Support of multiple Python versions in integration tests Aug 7, 2023
@Alex-Burmak Alex-Burmak marked this pull request as ready for review September 4, 2023 14:41
@@ -55,4 +55,4 @@ def make_tar_header(name: str, file_path: Path) -> bytes:
tarinfo = tarfile.TarInfo(name)
stat = file_path.stat()
tarinfo.mtime, tarinfo.size = int(stat.st_mtime), stat.st_size
return tarinfo.tobuf()
return tarinfo.tobuf(format=tarfile.GNU_FORMAT)
Copy link
Contributor

@aalexfvk aalexfvk Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass the format explicitly because the default was changed since Python 3.8

Changed in version 3.8: The default format for new archives was changed to PAX_FORMAT from GNU_FORMAT.

@aalexfvk aalexfvk merged commit 2656373 into main Sep 5, 2023
13 checks passed
@aalexfvk aalexfvk deleted the 22.04 branch September 5, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants