Skip to content

Commit 09e1efd

Browse files
authored
Merge pull request #141 from transientskp/revert_pytest_xdist
Revert pytest xdist
2 parents 9a14af1 + 4ec981c commit 09e1efd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ matrix = [
5959
extra-dependencies = [
6060
"pytest",
6161
"pytest-cov",
62-
"pytest-xdist",
6362
]
6463

6564
[tool.hatch.envs.default_312]
@@ -81,8 +80,7 @@ dependencies = [
8180

8281
[tool.pytest.ini_options]
8382
testpaths = ["test"]
84-
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra",
85-
"-n=logical", "--dist=worksteal", "--cov-config=test/.coveragerc"]
83+
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra"]
8684

8785
[tool.black]
8886
include = '\.pyi?$'

test/.coveragerc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)