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
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:
@ -29,7 +29,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pytest"]
|
||||
dev = ["pytest", "nox"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "discord-reminder-bot"
|
||||
@ -81,6 +81,7 @@ loguru = {version = ">=0.7.3,<1.0.0"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "*"
|
||||
nox = "*"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Reference in New Issue
Block a user