Add Nox to development dependencies and format dependency entries
Some checks failed
Docker / build-and-push-docker (push) Failing after 1m27s
Poetry / test-on-poetry (latest, 3.10) (push) Failing after 24s
Poetry / test-on-poetry (latest, 3.11) (push) Failing after 3s
Poetry / test-on-poetry (latest, 3.12) (push) Failing after 3s
Poetry / test-on-poetry (latest, 3.13) (push) Failing after 3s
Poetry / test-on-poetry (main, 3.10) (push) Failing after 3s
Poetry / test-on-poetry (main, 3.11) (push) Failing after 2s
Poetry / test-on-poetry (main, 3.12) (push) Failing after 3s
Poetry / test-on-poetry (main, 3.13) (push) Failing after 3s
uv / Install with uv and run tests on Python 3.10 (push) Failing after 3s
uv / Install with uv and run tests on Python 3.11 (push) Failing after 3s
uv / Install with uv and run tests on Python 3.12 (push) Failing after 4s
uv / Install with uv and run tests on Python 3.13 (push) Failing after 3s
uv / Install with uv and run tests on Python pypy (push) Failing after 5s

This commit is contained in:
2025-04-12 11:35:50 +02:00
parent 52d8501ef2
commit 5ec31ba126

View File

@ -29,7 +29,7 @@ dependencies = [
] ]
[dependency-groups] [dependency-groups]
dev = ["pytest"] dev = ["pytest", "nox"]
[tool.poetry] [tool.poetry]
name = "discord-reminder-bot" name = "discord-reminder-bot"
@ -81,6 +81,7 @@ loguru = {version = ">=0.7.3,<1.0.0"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "*" pytest = "*"
nox = "*"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]