Skip to content

Commit 81eb9d0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 868caa5 commit 81eb9d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ dependencies = [
3131
]
3232

3333
[dependency-groups]
34+
test = [
35+
"pytest>=8.3.4",
36+
"pytest-cov>=6",
37+
]
38+
3439
docs = [
3540
"myst-parser>=4",
3641
"sphinx-autoapi>=3.4",
@@ -40,10 +45,6 @@ euler-validate = [
4045
"numpy>=2.1.3",
4146
"requests>=2.32.3",
4247
]
43-
test = [
44-
"pytest>=8.3.4",
45-
"pytest-cov>=6",
46-
]
4748

4849
[tool.ruff]
4950
target-version = "py313"

0 commit comments

Comments
 (0)