Skip to content

Commit d2ec5d4

Browse files
RonnyPfannschmidtCursor AIclaude
committed
remove optional-dependencies.dev in favor of dependency-groups
The PEP 735 dependency group is a superset of the old optional extra and nothing in the repo references pytest[dev] anymore. Co-authored-by: Cursor AI <ai@cursor.sh> Co-authored-by: Anthropic Claude Opus 4 <claude@anthropic.com>
1 parent 06adf5e commit d2ec5d4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ dependencies = [
5555
"pygments>=2.15",
5656
"tomli>=2; python_version<'3.11'",
5757
]
58-
optional-dependencies.dev = [
59-
"argcomplete",
60-
"attrs>=23.1",
61-
"hypothesis>=6.75",
62-
"mock",
63-
"requests",
64-
"setuptools",
65-
"xmlschema",
66-
]
6758
urls.Changelog = "https://docs.pytest.org/en/stable/changelog.html"
6859
urls.Contact = "https://docs.pytest.org/en/stable/contact.html"
6960
urls.Funding = "https://docs.pytest.org/en/stable/sponsor.html"

0 commit comments

Comments
 (0)