|
|
@@ -6,7 +6,6 @@ import pytest
|
|
|
@pytest.fixture
|
|
|
def process(tmp_path):
|
|
|
os.chdir(tmp_path)
|
|
|
- print("should be at", tmp_path)
|
|
|
process = subprocess.run(['archivebox', 'init'], capture_output=True)
|
|
|
return process
|
|
|
|
|
|
@@ -26,4 +25,4 @@ def disable_extractors_dict():
|
|
|
"SAVE_MEDIA": "false",
|
|
|
"SAVE_ARCHIVE_DOT_ORG": "false"
|
|
|
})
|
|
|
- return env
|
|
|
+ return env
|