Skip to content

Commit c0316ea

Browse files
committed
api: pytest 6.2.5じゃないとPython 3.10でテストできないのでバージョン上げる
pytest-dev/pytest#8539
1 parent 7c93b97 commit c0316ea

File tree

2 files changed

+23
-36
lines changed

2 files changed

+23
-36
lines changed

api/poetry.lock

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

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python-dotenv = "^0.17.1"
1919
alembic = "^1.6.5"
2020

2121
[tool.poetry.dev-dependencies]
22-
pytest = "^5.2"
22+
pytest = "^6.2.5"
2323
pytest-dotenv = "^0.5.2"
2424
PyYAML = "^5.4.1"
2525
Faker = "^8.8.0"

0 commit comments

Comments
 (0)