Skip to content

Commit 82854c0

Browse files
committed
build!: replace tests extra with dependency group
1 parent d272a85 commit 82854c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ classifiers = [
1818
]
1919
dynamic = ["license", "version"]
2020

21-
[project.optional-dependencies]
22-
tests = ["pytest>=7.4.4"]
21+
[dependency-groups]
22+
dev = ["pytest>=7.4.4"]
2323

2424
[project.urls]
2525
Homepage = "https://github.com/thegamecracks/link-python"

0 commit comments

Comments
 (0)