Remove redundant Mercurial install step (#1111)

Mercurial is installed in the stack image for all stacks, so the
pip install of packages from Mercurial VCS URLs works without the
need for the buildpack to install it itself.

See:
https://github.com/heroku/stack-images/pull/141
https://github.com/heroku/stack-images/search?q=mercurial

Closes @W-7906950@.
This commit is contained in:
Ed Morley
2020-11-10 14:33:52 +00:00
committed by GitHub
parent 452443d420
commit 5f6941f04a
6 changed files with 9 additions and 16 deletions
+1
View File
@@ -0,0 +1 @@
hg+https://www.mercurial-scm.org/repo/python-hglib/#egg=python-hglib
+6
View File
@@ -74,6 +74,12 @@ testPylibmc() {
assertCapturedSuccess
}
testMercurial() {
compile "requirements-mercurial"
assertCaptured "Cloning hg"
assertCapturedSuccess
}
pushd $(dirname 0) >/dev/null
popd >/dev/null