From c7d5259c0df844654a95c479c7464c4c4716fcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 1 Jun 2021 14:19:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Unpin=20SQLAlchemy=20version=20f?= =?UTF-8?q?or=20FastAPI=20tests=20(#2865)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as it is now pinned in FastAPI, and soon I will upgrade its version --- tests/test_fastapi.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_fastapi.sh b/tests/test_fastapi.sh index d36057f..e784f03 100755 --- a/tests/test_fastapi.sh +++ b/tests/test_fastapi.sh @@ -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