Rename 'testing' extra to 'dev' (#12052)

Minor, but seems `dev` is more standard for the development extras than `testing`, being the default for tools like `poetry`.
This commit is contained in:
Bruno Oliveira
2024-03-07 19:12:19 -03:00
committed by GitHub
parent 03e54712dd
commit 86945f9a1f
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ dependencies = [
'tomli>=1; python_version < "3.11"',
]
[project.optional-dependencies]
testing = [
dev = [
"argcomplete",
"attrs>=19.2",
"hypothesis>=3.56",