mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
silence poetry warning (#10127)
when reviewing https://github.com/certbot/certbot/pull/10126 and running `tools/pinning/oldest/repin.sh` using a freshly created dev environment, i was repeatedly given the message > The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead. i believe this section was generated automatically by poetry's tooling when it created the initial boilerplate file for us, but we don't use it, so i just deleted the section which makes the warnings disappear
This commit is contained in:
@@ -97,8 +97,6 @@ cython = "<3.0"
|
||||
# We add any dependencies that must be specified in this file for any another
|
||||
# reason below.
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user