Commit e8dbf8a
committed
Remove Mercurial VCS test (#1362)
Since:
- The test is currently failing due to https://www.mercurial-scm.org being
down, and there aren't many/any other decent testcase alternatives,
since so few projects use Mercurial these days (and we also need a
testcase that's quick to install and doesn't need additional system libs).
- All the test is really testing is that (a) the Mercurial binary is installed in
the stack image, (b) that we haven't messed up the `PATH` passed to
pip, (c) that Pip doesn't have a regression with Mercurial VCS support.
However (a) isn't really a concern of this buildpack, (b) is still tested via
the Git testcase, and (c) is unlikely/really an upstream concern (it's not
viable/a good use of our time to try and replicate pip's test suite
ourselves).
GUS-W-11716181.1 parent 70ec997 commit e8dbf8a
File tree
3 files changed
+4
-5
lines changed- spec
- fixtures
- requirements_git
- requirements_vcs
- hatchet
3 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments