-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-pytest-cov to version 4.0.0 / rev 26 via SR 1038610
https://build.opensuse.org/request/show/1038610 by user dgarcia + dimstar_suse - Disable failing tests (test_contexts) that fails because of the new version of python-coverage, gh#pytest-dev/pytest-cov#570 - Remove support-coverage-62.patch - Remove support-setuptools60.patch - Update to 4.0.0: * --cov-fail-under no longer causes pytest --collect-only to fail Contributed by Zac Hatfield-Dodds in #511. * Dropped support for multiprocessing (mostly because issue 82408). This feature was mostly working but very broken in certain scenarios and made the test suite very flaky and slow. * There is builtin multiprocessing support in coverage and you can migrate to that. All you need is this in your .coveragerc: [run] concurrency = multiprocessing parallel = true sigterm = true * Fixed deprecation in setup.py by trying to i
- Loading branch information
1 parent
1370a19
commit dbcfca7
Showing
8 changed files
with
79 additions
and
47 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafkreieznn467xtegpg32aeiq4w3yx5t5v76cv4lndg3xjru6ff3rxieoa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,39 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 28 09:31:24 UTC 2022 - Daniel Garcia <[email protected]> | ||
|
||
- Disable failing tests (test_contexts) that fails because of the new version | ||
of python-coverage, gh#pytest-dev/pytest-cov#570 | ||
|
||
------------------------------------------------------------------- | ||
Fri Nov 25 11:55:18 UTC 2022 - Daniel Garcia <[email protected]> | ||
|
||
- Remove support-coverage-62.patch | ||
- Remove support-setuptools60.patch | ||
- Update to 4.0.0: | ||
* --cov-fail-under no longer causes pytest --collect-only to fail Contributed | ||
by Zac Hatfield-Dodds in #511. | ||
* Dropped support for multiprocessing (mostly because issue 82408). This | ||
feature was mostly working but very broken in certain scenarios and made | ||
the test suite very flaky and slow. | ||
* There is builtin multiprocessing support in coverage and you can migrate to | ||
that. All you need is this in your .coveragerc: | ||
|
||
[run] | ||
concurrency = multiprocessing | ||
parallel = true | ||
sigterm = true | ||
|
||
* Fixed deprecation in setup.py by trying to import setuptools before | ||
distutils. Contributed by Ben Greiner in #545. | ||
* Removed undesirable new lines that were displayed while reporting was | ||
disabled. Contributed by Delgan in #540. | ||
* Documentation fixes. Contributed by Andre Brisco in #543 and Colin O'Dell | ||
in #525. | ||
* Added support for LCOV output format via --cov-report=lcov. Only works with | ||
coverage 6.3+. Contributed by Christian Fetzer in #536. | ||
* Modernized pytest hook implementation. Contributed by Bruno Oliveira in | ||
#549 and Ronny Pfannschmidt in #550. | ||
|
||
------------------------------------------------------------------- | ||
Sun Jul 17 20:14:59 UTC 2022 - Ben Greiner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.