We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d0567 commit 0b0c7dcCopy full SHA for 0b0c7dc
1 file changed
pyproject.toml
@@ -27,6 +27,10 @@ Homepage = "http://github.com/toirl/pytest-sqlalchemy/"
27
[project.entry-points.pytest11]
28
sqlalchemy = "pytest_sqlalchemy"
29
30
+[dependency-groups]
31
+dev = [
32
+ "pytest-xdist>=3.6.1",
33
+]
34
[build-system]
35
requires = ["setuptools>=61.0"]
36
build-backend = "setuptools.build_meta"
@@ -37,8 +41,3 @@ parallel = true
37
41
38
42
[tool.pytest.ini_options]
39
43
norecursedirs = ["tests/examples"]
40
-
-[dependency-groups]
-dev = [
- "pytest-xdist>=3.6.1",
44
-]
0 commit comments