Remove replacement of certbot into . in install_and_test.py

This commit is contained in:
Erica Portnoy 2019-11-12 14:36:32 -08:00
parent 0b68753bd3
commit 6a9124e08e

View file

@ -41,9 +41,6 @@ def main(args):
call_with_print(' '.join(current_command))
pkg = re.sub(r'\[\w+\]', '', requirement)
if pkg == '.':
pkg = 'certbot'
temp_cwd = tempfile.mkdtemp()
shutil.copy2("pytest.ini", temp_cwd)
try: