Skip to content

Commit 0b0c7dc

Browse files
committed
Move dependency-groups section for better ordering
1 parent f0d0567 commit 0b0c7dc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Homepage = "http://github.com/toirl/pytest-sqlalchemy/"
2727
[project.entry-points.pytest11]
2828
sqlalchemy = "pytest_sqlalchemy"
2929

30+
[dependency-groups]
31+
dev = [
32+
"pytest-xdist>=3.6.1",
33+
]
3034
[build-system]
3135
requires = ["setuptools>=61.0"]
3236
build-backend = "setuptools.build_meta"
@@ -37,8 +41,3 @@ parallel = true
3741

3842
[tool.pytest.ini_options]
3943
norecursedirs = ["tests/examples"]
40-
41-
[dependency-groups]
42-
dev = [
43-
"pytest-xdist>=3.6.1",
44-
]

0 commit comments

Comments
 (0)