- update to 4.2:
- Since ``concurrency=multiprocessing`` uses subprocesses, options specified on the coverage.py command line will not be communicated down to them. Only options in the configuration file will apply to the subprocesses. Previously, the options didn't apply to the subprocesses, but there was no indication. Now it is an error to use ``--concurrency=multiprocessing`` and other run-affecting options on the command line. This prevents failures like those reported in `issue 495`_. - Filtering the HTML report is now faster, thanks to Ville Skyttä. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=51
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:06:32 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 4.2:
|
||||
- Since ``concurrency=multiprocessing`` uses subprocesses, options specified on
|
||||
the coverage.py command line will not be communicated down to them. Only
|
||||
options in the configuration file will apply to the subprocesses.
|
||||
Previously, the options didn't apply to the subprocesses, but there was no
|
||||
indication. Now it is an error to use ``--concurrency=multiprocessing`` and
|
||||
other run-affecting options on the command line. This prevents
|
||||
failures like those reported in `issue 495`_.
|
||||
- Filtering the HTML report is now faster, thanks to Ville Skyttä.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 12:16:34 UTC 2015 - marec@detebe.org
|
||||
|
||||
|
Reference in New Issue
Block a user