Skip to content

Commit

Permalink
Fix starlette tests
Browse files Browse the repository at this point in the history
- as per encode/databases#298, sqlalchemy 1.4
removed `RowProxy` which causes `databases` to fail
  • Loading branch information
Kyle-Verhoog committed Mar 15, 2021
1 parent c467392 commit 344c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def select_pys(min_version=min(SUPPORTED_PYTHON_VERSIONS), max_version=max(SUPPO
"pytest-asyncio": latest,
"requests": latest,
"aiofiles": latest,
"sqlalchemy": latest,
"sqlalchemy": "~=1.3.0",
"aiosqlite": latest,
"databases": latest,
},
Expand Down

0 comments on commit 344c905

Please sign in to comment.