Skip to content

Commit

Permalink
- Lazily load via checking db.Model & flask instance Fixes #111
Browse files Browse the repository at this point in the history
- Tests for Python 3.10 Fixes #124
  • Loading branch information
Joe Gasewicz committed Dec 7, 2021
1 parent a4eaadb commit 8592caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py36-dev, py37-dev, py38-dev, py39-dev, py310-dev}-flask{1, 2}
envlist = {py36-dev, py37-dev, py38-dev, py39-dev, py310}-flask{1, 2}
[pytest]


Expand Down

0 comments on commit 8592caf

Please # to comment.