Skip to content

Commit 8592caf

Browse files
author
Joe Gasewicz
committed
- Lazily load via checking db.Model & flask instance Fixes #111
- Tests for Python 3.10 Fixes #124
1 parent a4eaadb commit 8592caf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.9
34-
- name: Set up Python 3.10
35-
uses: actions/setup-python@v2
36-
with:
37-
python-version: 3.10
3834
- name: Install dependencies
3935
run: |
4036
python -m pip install --upgrade pip

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py36-dev, py37-dev, py38-dev, py39-dev, py310-dev}-flask{1, 2}
2+
envlist = {py36-dev, py37-dev, py38-dev, py39-dev, py310}-flask{1, 2}
33
[pytest]
44

55

0 commit comments

Comments
 (0)