Skip to content

Commit 1c81708

Browse files
Add development dependencies for pytest and pytest-xdist
1 parent 65c9748 commit 1c81708

2 files changed

Lines changed: 166 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ dynamic = [
3636
]
3737
urls.Homepage = "https://github.com/pytest-dev/iniconfig"
3838

39+
[dependency-groups]
40+
dev = [
41+
"pytest>=8.4.2",
42+
"pytest-xdist>=3.8",
43+
]
44+
3945
[tool.setuptools]
4046
packages = [ "iniconfig" ]
4147
package-dir = { "" = "src" }

0 commit comments

Comments
 (0)