Fix.
DevPlace CI / test (push) Failing after 1m29s

This commit is contained in:
2026-05-11 22:12:43 +02:00
parent df10e7f350
commit f54fccb8a9
18 changed files with 977 additions and 62 deletions
+1
View File
@@ -10,6 +10,7 @@ _TEST_DB = tempfile.NamedTemporaryFile(suffix=".db", delete=False)
_TEST_DB.close()
os.environ["DEVPLACE_DATABASE_URL"] = f"sqlite:///{_TEST_DB.name}"
os.environ["SECRET_KEY"] = "test-secret-key"
os.environ["DEVPLACE_DISABLE_SERVICES"] = "1"
def save_failure_screenshot(page, test_name):