rename tests dependency group

This commit is contained in:
Brian Rosner 2024-05-20 13:49:56 -06:00
parent 5175631799
commit 620b307df6
3 changed files with 3 additions and 4 deletions

View File

@ -75,7 +75,7 @@ COPY --from=builder-base $APP_HOME $APP_HOME
WORKDIR $APP_HOME
RUN --mount=type=cache,target=/root/.cache \
poetry install --with=tests
poetry install --with=test
## prod image

2
poetry.lock generated
View File

@ -503,4 +503,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "705cefda858edae490bf28f53c963c66bc5f71a9ea12556f1f6a3f3f0eb11543"
content-hash = "e1e543e090c79859af068086b402b248df096d87d1ca38eef6ada6b458b7435d"

View File

@ -20,10 +20,9 @@ psycopg = "^3.1.19"
[tool.poetry.scripts]
teufa = "teufa.cli:cli"
[tool.poetry.group.tests.dependencies]
[tool.poetry.group.test.dependencies]
pytest = "^8.2.0"
[tool.poetry.group.dev.dependencies]
pydeps = "^1.12.20"