In the past, the pip smoke test inhibited actual dependency
installation, but that fails in different environments for setuptools
itself. Since it isn't what we actually want to test (which is pip
install), allow this to call home, if HGTESTS_ALLOW_NETIO=1 is set
in the environment.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGad107ed7a4aa: ci: test real dependency installation for pip
rHG9666392418e8: ci: test real dependency installation for pip
Diff Detail
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
Comment Actions
I suspect this test works without network if setuptools is already installed, but I don't care enough to block it on that pedantry.