pyoxidized: disable part of `test-install.t` related to pip and virtualenv
This part are testing manual installation of Mercurial, this is not relevant
for the pyoxidizer variant.
Differential Revision: https://phab.mercurial-scm.org/D11296
--- a/tests/test-install.t Wed Aug 18 12:53:40 2021 +0200
+++ b/tests/test-install.t Wed Aug 18 13:02:08 2021 +0200
@@ -184,7 +184,7 @@
$ cd $TESTTMP
$ unset PYTHONPATH
-#if py3 ensurepip network-io
+#if py3 ensurepip network-io no-pyoxidizer
$ "$PYTHON" -m venv installenv >> pip.log
Hack: Debian does something a bit different in ensurepip.bootstrap. This makes
@@ -224,7 +224,7 @@
no problems detected
#endif
-#if virtualenv no-py3 network-io
+#if virtualenv no-py3 network-io no-pyoxidizer
Note: --no-site-packages is the default for all versions enabled by hghave