Skip to content

Commit 5789ad5

Browse files
committed
try fix live server side test coverage
1 parent 95a49b9 commit 5789ad5

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
@@ -166,7 +166,7 @@ addopts = [
166166
omit = ["tests/**/*py"]
167167
branch = true
168168
source = ["django_enum"]
169-
concurrency = ["multiprocessing"]
169+
concurrency = ["thread", "multiprocessing"]
170170
parallel = true
171171
relative_files = true
172172
command_line = "-m pytest --cov=django_enum"

0 commit comments

Comments
 (0)