juergen-rocks / raumklima

Die berühmte Raumklimastation RS 500 von ELV Elektronik unter Linux mit einem Raspberry Pi auslesen.
MIT License
17 stars 12 forks source link

Update pytest-cov requirement from <2.10,>=2.5.1 to >=2.5.1,<2.11 in /src #39

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on pytest-cov to permit the latest version.

Changelog

Sourced from pytest-cov's changelog.

2.10.0 (2020-06-12)

  • Improved the --no-cov warning. Now it's only shown if --no-cov is present before --cov.
  • Removed legacy pytest support. Changed setup.py so that pytest>=4.6 is required.

2.9.0 (2020-05-22)

  • Fixed RemovedInPytest4Warning when using Pytest 3.10. Contributed by Michael Manganiello in #354.
  • Made pytest startup faster when plugin not active by lazy-importing. Contributed by Anders Hovmöller in #339.
  • Various CI improvements. Contributed by Daniel Hahler in #363 and #364.
  • Various Python support updates (drop EOL 3.4, test against 3.8 final). Contributed by Hugo van Kemenade in #336 and #367.
  • Changed --cov-append to always enable data_suffix (a coverage setting). Contributed by Harm Geerts in #387.
  • Changed --cov-append to handle loading previous data better (fixes various path aliasing issues).
  • Various other testing improvements, github issue templates, example updates.
  • Fixed internal failures that are caused by tests that change the current working directory by ensuring a consistent working directory when coverage is called. See #306 and coveragepy#881

2.8.1 (2019-10-05)

  • Fixed #348 -regression when only certain reports (html or xml) are used then --cov-fail-under always fails.

2.8.0 (2019-10-04)

  • Fixed RecursionError that can occur when using cleanup_on_signal or cleanup_on_sigterm. See: #294. The 2.7.x releases of pytest-cov should be considered broken regarding aforementioned cleanup API.
  • Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321
  • Fixed breakage that occurs when multiple reporting options are used. Contributed by Thomas Grainger in #338.
  • Changed internals to use a stub instead of os.devnull. Contributed by Thomas Grainger in #332.
  • Added support for Coverage 5.0. Contributed by Ned Batchelder in #319.
  • Added support for float values in --cov-fail-under. Contributed by Martín Gaitán in #311.
  • Various documentation fixes. Contributed by Juanjo Bazán, Andrew Murray and Albert Tugushev in #298, #299 and #307.
  • Various testing improvements. Contributed by Ned Batchelder, Daniel Hahler, Ionel Cristian Mărieș and Hugo van Kemenade in #313, #314, #315, #316, #325, #326, #334 and #335.
  • Added the --cov-context CLI options that enables coverage contexts. Only works with coverage 5.0+. Contributed by Ned Batchelder in #345.

2.7.1 (2019-05-03)

  • Fixed source distribution manifest so that garbage ain't included in the tarball.

2.7.0 (2019-05-03)

  • Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used. Contributed by Alexander Shadchin in #263.
  • Various testing and CI improvements. Contributed by Daniel Hahler in #255, #266, #272, #271 and #269.
  • Improved documentation regarding subprocess and multiprocessing. Contributed in #265.
  • Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is running won't break stuff).
  • Added pytest_cov.embed.cleanup_on_signal for customized cleanup.
  • Improved cleanup code and fixed various issues with leftover data files. All contributed in #265 or #262.
... (truncated)
Commits
  • 694f7fd Bump version: 2.9.0 → 2.10.0
  • 4cbd3bb Update changelog.
  • 45731f3 Rework assertion to work on old pytest.
  • 1689c9a Implement better --no-cov warning: only do it if --no-cov is present before -...
  • c5623ec Bump version: 2.8.1 → 2.9.0
  • cd6ca2e Update changelog.
  • daacd76 Skip horrendous breakage on pypy and windows.
  • b1ac198 More blissful ignorance (windows doesn't allow deleting while in cwd use).
  • 2612d2c Make test portable.
  • fa4bb12 Remove unused var.
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)