[Updated] D11296: pyoxidized: disable part of `test-install.t` related to pip and virtualenv
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Aug 19 01:20:04 UTC 2021
Closed by commit rHGfa50f208de73: pyoxidized: disable part of `test-install.t` related to pip and virtualenv (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11296?vs=29917&id=29947
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11296/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11296
AFFECTED FILES
tests/test-install.t
CHANGE DETAILS
diff --git a/tests/test-install.t b/tests/test-install.t
--- a/tests/test-install.t
+++ b/tests/test-install.t
@@ -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
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210819/16a6aaad/attachment-0002.html>
More information about the Mercurial-patches
mailing list