From ecc1b895c3a11d0b08c17182f97248afb0b95f46 Mon Sep 17 00:00:00 2001 From: sheinbergon Date: Sat, 11 Jan 2025 19:25:08 +0200 Subject: [PATCH] PR Fixes --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c62b7a8..4eca773 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: cache: pip cache-dependency-path: pyproject.toml - name: Install dependencies - run: pip install -e .[test] + run: pip install -e .[test,sqlmodel] - name: Test with pytest run: coverage run -m pytest - name: Upload Coverage diff --git a/pyproject.toml b/pyproject.toml index eb758b5..d281c50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "sqlmodel", "pytest >= 7.4", "coverage >= 7", "psycopg2-binary",