1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 09:06:15 +01:00

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
This commit is contained in:
Miro Hrončok 2021-11-10 14:38:05 +01:00
parent 60d4e23d20
commit 7b2047dda1

View File

@ -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