Revisions of python-pytest-cov

buildservice-autocommit accepted request 1174102 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 48)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 47)
- Switch to pytest macro.
- Add patch support-coverage-75.patch:
  * Support changes in coverage 7.5.
buildservice-autocommit accepted request 1161491 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 45)
- update to 5.0.0:
  * Removed support for xdist rsync (now deprecated).
  * Switched docs theme to Furo.
  * Various legacy Python cleanup and CI improvements.
    Contributed by Christian Clauss and Hugo van Kemenade in
    #630, #631, #632 and #633.
  * Added a pyproject.toml example in the docs. Contributed by
    Dawn James in #626.
  * Modernized project's pre-commit hooks to use ruff. Initial
    POC contributed by Christian Clauss in #584.
  * Support coverage >= 6.2
- Inject multibuild to avoid build cycles.
- Skip 6 test cases that are causing problems with Python 3.8
    (when combining coverage data from parallel mode).
  * Added the --cov-append command line options.
    coverage-4.0 (automatically activated if there’s a
  * Changed --cov-report=term to automatically upgrade to
    --cov-report=term-missing if there’s
  * Changed --cov so it can be used with no path argument
    (in wich case the source settings from .coveragerc will
  * Fixed .pth installation to work in all cases
  * Data file suffixing changed to use coverage’s
  * Avoid warning about missing coverage data
  * Fixed a race condition when running with xdist
    (all the workers tried to combine the files).
    It’s possible that this issue is not present in
buildservice-autocommit accepted request 1090227 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 43)
- update to 4.1.0:
  * Updated CI with new Pythons and dependencies.
  * Removed rsyncdir support. This makes pytest-cov compatible
    with xdist 3.0.
  * Added support for JSON reporting.
  * Refactored code to use f-strings.
  * Fixed a skip in the test suite for some old xdist.
buildservice-autocommit accepted request 1082440 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1082407 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 41)
SR for python stack proposal
buildservice-autocommit accepted request 1041751 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 40)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1041364 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
- six is not required for build
buildservice-autocommit accepted request 1039059 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 38)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 37)
- Disable test_dist_boxed, broken with latest version of pytest-xdist,
  gh#pytest-dev/pytest-cov#565
buildservice-autocommit accepted request 1038610 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 36)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 35)
- Disable failing tests (test_contexts) that fails because of the new version
  of python-coverage, gh#pytest-dev/pytest-cov#570
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 34)
- 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.
buildservice-autocommit accepted request 989859 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 33)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 989749 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 32)
- Add support-setuptools60.patch gh#pytest-dev/pytest-cov#545
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 31)
- Add support-coverage-62.patch:
  * Support coverage >= 6.2
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 30)
fix
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 29)
- drop pytest-cov-pr453-coverage54.patch
- update to 3.0.0
 * drop support for py2 and python-3.5
Displaying revisions 1 - 20 of 48
openSUSE Build Service is sponsored by