certbot/tests/letstest/scripts
Brad Warren 944d0e05c8
Use venv over virtualenv in venv3 (#6922)
Fixes #6861.

_venv_common.py is no longer executable. The reason for this is the venv creation logic is now different between Python 2 and Python 3. We could add code that branches on the Python version running the script, but I personally think that's unnecessary.

--setuptools and --no-site-packages is no longer passed to virtualenv either. These flags were made noops in virtualenv 1.10 and 1.7 respectively, but all of CentOS 6, 7, Debian 8+, and Ubuntu 14.04+ have new enough versions of virtualenv where these flags are no longer necessary. They are not even accepted as flags to Python 3's venv module.

Use of VENV_ARGS from test_sdists.sh was also removed because that environment variable hasn't done anything in a while.

I ran test farm tests on test_apache2.sh and test_sdists.sh with these changes and they passed.

* Fixes #6861.

* _venv_common is no longer executable.
2019-04-05 15:01:09 -07:00
..
boulder_config.sh Move everything into tests/letstest 2015-12-21 11:12:01 -08:00
boulder_install.sh Make letstest docker ip more robust 2016-08-10 11:51:12 -07:00
test_apache2.sh Use venv over virtualenv in venv3 (#6922) 2019-04-05 15:01:09 -07:00
test_leauto_upgrades.sh More carefully check for certbot --version output. (#6762) 2019-02-12 16:54:04 -08:00
test_letsencrypt_auto_certonly_standalone.sh Fix cryptography OCSP support (#6751) 2019-02-28 00:16:52 +01:00
test_letsencrypt_auto_venv_only.sh Testfarm test new leauto (#3845) 2016-12-05 09:09:43 -08:00
test_renew_standalone.sh rename letstest stuff 2016-04-14 17:10:27 -07:00
test_sdists.sh Use venv over virtualenv in venv3 (#6922) 2019-04-05 15:01:09 -07:00
test_tests.sh Pin pytest in test_sdists.sh. (#6764) 2019-02-14 15:26:44 -08:00
test_tox.sh [Windows|Unix] Rewrite bash scripts for tests into python (#6435) 2018-11-07 17:16:16 -08:00