Keep import parser tests offline

This commit is contained in:
Nick Sweeting 2026-07-19 22:08:56 -07:00
parent 11fcda6412
commit 9a2bde2252
No known key found for this signature in database

View File

@ -141,9 +141,7 @@ def write_import_format_files(base_dir: Path) -> dict[str, Path]:
IMPORT_FORMAT_ENV = {
"USE_COLOR": "False",
"SHOW_PROGRESS": "False",
"PLUGINS": "parse_html_urls,parse_jsonl_urls,parse_netscape_urls,parse_rss_urls,parse_txt_urls,wget,headers",
"SAVE_WGET": "True",
"SAVE_HEADERS": "True",
"PLUGINS": "parse_html_urls,parse_jsonl_urls,parse_netscape_urls,parse_rss_urls,parse_txt_urls",
"USE_CHROME": "False",
"URL_ALLOWLIST": r"example\.com|example\.org|iana\.org|www\.iana\.org",
}