Skip to content

Commit 14afaae

Browse files
committed
Update "pyproject.toml" file.
1 parent 57f058a commit 14afaae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pydata-sphinx-theme = { version = "*", optional = true } # Development dependen
6868
pydocstyle = { version = "*", optional = true } # Development dependency.
6969
pytest = { version = "*", optional = true } # Development dependency.
7070
pytest-cov = { version = "*", optional = true } # Development dependency.
71+
pytest-xdist = { version = "*", optional = true} #Development dependency
7172
pyupgrade = { version = "*", optional = true } # Development dependency.
7273
restructuredtext-lint = { version = "*", optional = true } # Development dependency.
7374
sphinx = { version = ">= 4, < 5", optional = true } # Development dependency.
@@ -90,6 +91,7 @@ pydata-sphinx-theme = "*"
9091
pydocstyle = "*"
9192
pytest = "*"
9293
pytest-cov = "*"
94+
pytest-xdist = "*"
9395
pyupgrade = "*"
9496
restructuredtext-lint = "*"
9597
sphinx = ">= 4, < 5"
@@ -145,6 +147,9 @@ ignore_missing_imports = true
145147
convention = "numpy"
146148
add-ignore = "D104,D200,D202,D205,D301,D400"
147149

150+
[tool.pytest.ini_options]
151+
addopts = "-n auto --durations=5"
152+
148153
[build-system]
149154
requires = [ "poetry_core>=1.0.0" ]
150155
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)