This is an archive of the discontinued Mercurial Phabricator instance.

tests: make tarball output conditional on Python version
ClosedPublic

Authored by indygreg on Oct 5 2019, 3:29 PM.

Details

Summary

Python 3.8 changed the default tar file archive format:
https://docs.python.org/3.8/whatsnew/3.8.html#tarfile.

This commit teaches our tests about the new behavior.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 5 2019, 3:29 PM
indygreg set the repository for this revision to rHG Mercurial.Oct 6 2019, 10:40 AM
pulkit accepted this revision.Oct 6 2019, 10:42 AM
This revision is now accepted and ready to land.Oct 6 2019, 10:42 AM