From 9894b82ab9b388e49aa29aa02225ec9afeea47c5 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 20 Jun 2022 22:43:19 -0400 Subject: [PATCH] try to pass key another way --- .github/workflows/tests.yml | 1 + migrations/env.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13d2f5aa..797892fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,6 +71,7 @@ jobs: FORCE_COLOR: "1" PRE_COMMIT_COLOR: "always" MYSQL_PASSWORD: password + FLASK_SESSION_SECRET_KEY: super_secret_key steps: - name: Check out the repository diff --git a/migrations/env.py b/migrations/env.py index 68feded2..630e381a 100644 --- a/migrations/env.py +++ b/migrations/env.py @@ -1,5 +1,3 @@ -from __future__ import with_statement - import logging from logging.config import fileConfig