Skip to content

Commit 620b307

Browse files
committed
rename tests dependency group
1 parent 5175631 commit 620b307

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ COPY --from=builder-base $APP_HOME $APP_HOME
7575
WORKDIR $APP_HOME
7676

7777
RUN --mount=type=cache,target=/root/.cache \
78-
poetry install --with=tests
78+
poetry install --with=test
7979

8080

8181
## prod image

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ psycopg = "^3.1.19"
2020
[tool.poetry.scripts]
2121
teufa = "teufa.cli:cli"
2222

23-
[tool.poetry.group.tests.dependencies]
23+
[tool.poetry.group.test.dependencies]
2424
pytest = "^8.2.0"
2525

26-
2726
[tool.poetry.group.dev.dependencies]
2827
pydeps = "^1.12.20"
2928

0 commit comments

Comments
 (0)