From 446d8c5b1b59aed18b552c0c4f78e7033024f900 Mon Sep 17 00:00:00 2001 From: dwreeves Date: Sat, 25 Feb 2023 13:19:57 -0500 Subject: [PATCH] fix-regression-flask-sqlalchemy-3.0 --- .github/workflows/main.yml | 3 ++- tests2/conftest.py | 0 tests2/test_thing.py | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests2/conftest.py create mode 100644 tests2/test_thing.py diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01d694e..4ecd7c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,8 @@ jobs: matrix: python: [3.7.x, 3.8.x, 3.9.x, 3.10.x] sqlalchemy: [1.2.*, 1.3.*, 1.4.*] - flask_sqlalchemy: [2.*, 3.*] + flask_sqlalchemy: [2.*] + # flask_sqlalchemy: [2.*, 3.*] services: postgres: image: postgres:11 diff --git a/tests2/conftest.py b/tests2/conftest.py new file mode 100644 index 0000000..e69de29 diff --git a/tests2/test_thing.py b/tests2/test_thing.py new file mode 100644 index 0000000..e69de29