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