diff options
author | Tim Harder <radhermit@gmail.com> | 2020-11-21 02:33:08 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-11-21 02:33:08 -0700 |
commit | 124c7dc866a2e20401962578a0ddb30ba1c127d7 (patch) | |
tree | 24c5e3a30f52e8806e82a2941ba60cfcb1c35804 | |
parent | tests: parametrize checking pipeline with unhandled exceptions (diff) | |
download | pkgcheck-124c7dc866a2e20401962578a0ddb30ba1c127d7.tar.gz pkgcheck-124c7dc866a2e20401962578a0ddb30ba1c127d7.tar.bz2 pkgcheck-124c7dc866a2e20401962578a0ddb30ba1c127d7.zip |
Revert "coverage: add concurrency setting"
This breaks lots of checks that test stderr output.
This reverts commit 7aa4a18cdd9764bddbbf7142990ef3a2a20cb67e.
-rw-r--r-- | .coveragerc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index bc51a224..d801917f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,5 @@ [run] source = pkgcheck -concurrency = multiprocessing branch = True omit = tests/* |