From 6a9124e08eadfdbbaf4a23377d31ba3769e10fe1 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 12 Nov 2019 14:36:32 -0800 Subject: [PATCH] Remove replacement of certbot into . in install_and_test.py --- tools/install_and_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/install_and_test.py b/tools/install_and_test.py index 6987cf2b1..b5258859a 100755 --- a/tools/install_and_test.py +++ b/tools/install_and_test.py @@ -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: