From 7b2047dda159b29410207d28370abc200a88ebcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 10 Nov 2021 14:38:05 +0100 Subject: [PATCH] Don't recommend using Python virtual environmetns to isolate This plugin is designed to escape virtual environments. Even when tox and tox-current-env are installed in a virtual environment, the tests are executed in the non-virtualenv Python. Possibly related to https://github.com/fedora-python/tox-current-env/issues/43 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 111c8c7..a9127e0 100644 --- a/README.rst +++ b/README.rst @@ -162,7 +162,7 @@ Use an isolated environment Running (especially third party software's) tests in your system Python environment is dangerous. Always use this plugin in an isolated environment, -such as Python virtualenv, Linux container, virtual machine or chroot. +such as a Linux container, virtual machine or chroot. You have been warned. Do not rely on virtualenv details