Skip to content

Commit

Permalink
Don't recommend using Python virtual environmetns to isolate
Browse files Browse the repository at this point in the history
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 #43
  • Loading branch information
hroncok committed Nov 29, 2021
1 parent 60d4e23 commit 7b2047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b2047d

Please sign in to comment.