Skip to content

Commit 1fb69ae

Browse files
bkalashnikovbogdandm
bkalashnikov
authored andcommitted
Enable pytest workers
1 parent d2d9abe commit 1fb69ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ readme = { file = ['README.md'] }
4141
"*" = ['*.txt.', '*.ini', ".coveragerc", "LICENSE", "*.md"]
4242

4343
[tool.pytest.ini_options]
44-
#addopts = "-n 4"
44+
addopts = "-n 4"
4545
testpaths = ["tests"]
4646
markers = [
4747
"no_expected: testing data has no expected value",

0 commit comments

Comments
 (0)