move pytest to dev deps and migrate to poetry 2 (#602)

* move pytest to dev deps

* migrate to poetry 2 and standard metadata
This commit is contained in:
Branch Vincent 2025-10-24 15:58:54 -07:00 committed by GitHub
parent 566e7b9c09
commit 662546481a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 2473 additions and 90 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"