Skip to content

Commit 7b2047d

Browse files
committed
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 #43
1 parent 60d4e23 commit 7b2047d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Use an isolated environment
162162

163163
Running (especially third party software's) tests in your system Python environment is dangerous.
164164
Always use this plugin in an isolated environment,
165-
such as Python virtualenv, Linux container, virtual machine or chroot.
165+
such as a Linux container, virtual machine or chroot.
166166
You have been warned.
167167

168168
Do not rely on virtualenv details

0 commit comments

Comments
 (0)