From 176504e5b7a0d360b6548eddcc6ff025b0e8e5ec Mon Sep 17 00:00:00 2001 From: Elliana May Date: Fri, 19 May 2023 21:15:12 +0800 Subject: [PATCH] build: ignore poetry 1.5.0 for now --- .github/workflows/pythonapp.yaml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index f499dbcb..d2844cfb 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -22,7 +22,7 @@ jobs: - name: Remove cached duckdb extensions run: rm -rf ~/.duckdb - name: Install poetry - run: python -m pip install poetry pip -U + run: python -m pip install 'poetry<1.5.0' pip -U - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v4 with: diff --git a/tox.ini b/tox.ini index 7b693edc..b9a59fdb 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,8 @@ envlist = py{37,38,39,310}-{mypy,duckdb040,duckdb051,duckdb061,duckdb071}-sqlalc isolated_build = True requires = tox-gh-actions - tox-poetry-installer[poetry] + tox-poetry-installer + poetry<1.5.0 [gh-actions] python =