This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tpollard/python38 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 5456a94b57e7490b6da87fba15168f87963fdbfd Author: Tom Pollard <[email protected]> AuthorDate: Mon Dec 16 14:06:13 2019 +0000 Try adding parallel --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index 5b06d81..a2b0a14 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,7 @@ [run] concurrency = multiprocessing plugins = Cython.Coverage +parallel = True omit = # Omit some internals
