This is an archive of the discontinued Mercurial Phabricator instance.

setup: exclude the git extension from py2 builds
ClosedPublic

Authored by mharbison72 on Dec 14 2020, 7:37 PM.

Details

Summary

This can't be built on Windows with the py2 compiler, and while old versions can
be installed via pip on Linux, I can't get the tests to run (even with py3.8)
using pygit2 0.28.2. Some manually run commands work, and others spew stack
traces that don't occur with the current 1.4.0 release using py3.

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

mharbison72 created this revision.Dec 14 2020, 7:37 PM
pulkit accepted this revision.Dec 17 2020, 5:50 AM
This revision is now accepted and ready to land.Dec 17 2020, 5:50 AM
This revision was automatically updated to reflect the committed changes.