rename tests dependency group
This commit is contained in:
parent
5175631799
commit
620b307df6
@ -75,7 +75,7 @@ COPY --from=builder-base $APP_HOME $APP_HOME
|
|||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache \
|
RUN --mount=type=cache,target=/root/.cache \
|
||||||
poetry install --with=tests
|
poetry install --with=test
|
||||||
|
|
||||||
|
|
||||||
## prod image
|
## prod image
|
||||||
|
2
poetry.lock
generated
2
poetry.lock
generated
@ -503,4 +503,4 @@ watchdog = ["watchdog (>=2.3)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "705cefda858edae490bf28f53c963c66bc5f71a9ea12556f1f6a3f3f0eb11543"
|
content-hash = "e1e543e090c79859af068086b402b248df096d87d1ca38eef6ada6b458b7435d"
|
||||||
|
@ -20,10 +20,9 @@ psycopg = "^3.1.19"
|
|||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
teufa = "teufa.cli:cli"
|
teufa = "teufa.cli:cli"
|
||||||
|
|
||||||
[tool.poetry.group.tests.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^8.2.0"
|
pytest = "^8.2.0"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pydeps = "^1.12.20"
|
pydeps = "^1.12.20"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user