mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Remove replacement of certbot into . in install_and_test.py
This commit is contained in:
parent
0b68753bd3
commit
6a9124e08e
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue