mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
[Windows] Working unit tests for certbot-nginx (#6782)
This PR fixes certbot-nginx and relevant tests to make them succeed on Windows. Next step will be to enable integration tests through certbot-ci in a future PR. * Fix tests and incompabilities in certbot-nginx for Windows * Fix lint, fix oldest local dependencies
This commit is contained in:
committed by
Brad Warren
parent
eef4c47633
commit
eb5c4eca87
@@ -15,7 +15,7 @@ import subprocess
|
||||
import re
|
||||
|
||||
SKIP_PROJECTS_ON_WINDOWS = [
|
||||
'certbot-apache', 'certbot-nginx', 'certbot-postfix', 'letshelp-certbot']
|
||||
'certbot-apache', 'certbot-postfix', 'letshelp-certbot']
|
||||
|
||||
|
||||
def call_with_print(command, cwd=None):
|
||||
|
||||
Reference in New Issue
Block a user