diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-08-23 09:20:39 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-08-23 09:36:28 +0100 |
commit | 65cb1fe3b1aa68969bef168d64fd6f1c4a4c934d (patch) | |
tree | 60c922a17f849b7fcf24a17eb52a0e1d0259ab7d /tests/activation/test_activation.py | |
parent | 38c4b3a9b6e83dbdff9c6b9a58bbf28db201b750 (diff) | |
download | virtualenv-release-16.7.4.tar.gz |
release 16.7.416.7.4release-16.7.4
Diffstat (limited to 'tests/activation/test_activation.py')
-rw-r--r-- | tests/activation/test_activation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/activation/test_activation.py b/tests/activation/test_activation.py index 397bc34..2b180b5 100644 --- a/tests/activation/test_activation.py +++ b/tests/activation/test_activation.py @@ -207,7 +207,6 @@ class PowershellActivation(Activation): activate_script = "activate.ps1" activate_cmd = "." check = [cmd, "-c", "$PSVersionTable"] - also_test_error_if_not_sourced = True def quote(self, s): """powershell double double quote needed for quotes within single quotes""" |