Skip to content

Commit 3042785

Browse files
committed
update dev dependencies
1 parent 1e91b27 commit 3042785

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /code
1919
COPY pyproject.toml .
2020
COPY uv.lock .
2121

22-
RUN uv sync --all-extras --frozen --no-install-project
22+
RUN uv sync --frozen --no-install-project
2323

2424
COPY . .
2525

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ dependencies = [
2222
"asyncpg",
2323
]
2424

25-
[project.optional-dependencies]
26-
test = [
25+
[tool.uv]
26+
dev-dependencies = [
2727
"polyfactory",
2828
"httpx",
2929
"pytest",
3030
"pytest-cov",
3131
"pytest-asyncio",
32-
]
33-
lint = [
3432
"ruff",
3533
"mypy",
3634
"asyncpg-stubs",
@@ -75,6 +73,7 @@ pretty = true
7573
[tool.pytest.ini_options]
7674
addopts = "--cov=. --cov-report term-missing"
7775
asyncio_mode = "auto"
76+
asyncio_default_fixture_loop_scope = "function"
7877

7978
[tool.coverage.report]
8079
exclude_also = [

uv.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)