mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
🔥 Unpin SQLAlchemy version for FastAPI tests (#2865)
as it is now pinned in FastAPI, and soon I will upgrade its version
This commit is contained in:
committed by
GitHub
parent
babbd4c59d
commit
c7d5259c0d
@@ -9,9 +9,6 @@ latest_tag_commit=$(git rev-list --tags --max-count=1)
|
||||
latest_tag=$(git describe --tags "${latest_tag_commit}")
|
||||
git checkout "${latest_tag}"
|
||||
|
||||
# FIXME this is a temporary workaround while fastapi tests are broken with newer sqlalchemy
|
||||
pip install SQLAlchemy==1.3.23
|
||||
|
||||
pip install -U flit
|
||||
flit install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user