We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dbb32 commit 8bfbf26Copy full SHA for 8bfbf26
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.coverage.run]
2
source = ["openwisp_controller"]
3
parallel = true
4
-concurrency = ["multiprocessing"]
+concurrency = ["multiprocessing", "thread"]
5
omit = [
6
"openwisp_controller/__init__.py",
7
"*/tests/*",
0 commit comments