juergen-rocks / raumklima

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

Update pytest-cov requirement from <2.6,>=2.5.1 to >=2.5.1,<2.8 in /src #8

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Changelog *Sourced from [pytest-cov's changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst).* > 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](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/263). > - Various testing and CI improvements. Contributed by Daniel Hahler in [\#255](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/255), [\#266](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/266), [\#272](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/272), [\#271](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/271) and [\#269](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/269). > - Improved documentation regarding subprocess and multiprocessing. Contributed in [\#265](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/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](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/265) or [\#262](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/262). > - Improved examples. Now there are two examples for the common project layouts, complete with working coverage configuration. The examples have CI testing. Contributed in [\#267](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/267). > - Improved help text for CLI options. > > 2.6.1 (2019-01-07) > ================== > > - Added support for Pytest 4.1. Contributed by Daniel Hahler and Семён Марьясин in [\#253](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/253) and [\#230](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/230). > - Various test and docs fixes. Contributed by Daniel Hahler in [\#224](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/224) and [\#223](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/223). > - Fixed the "Module already imported" issue ([\#211](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/211)). Contributed by Daniel Hahler in [\#228](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/228). > > 2.6.0 (2018-09-03) > ================== > > - Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4. > - Fixed some documentation formatting. Contributed by Jean Jordaan and Julian. > - Added an example with `addopts` in documentation. Contributed by Samuel Giffard in [\#195](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/195). > - Fixed `TypeError: 'NoneType' object is not iterable` in certain xdist configurations. Contributed by Jeremy Bowman in [\#213](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/213). > - Added a `no_cover` marker and fixture. Fixes [\#78](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/78). > - Fixed broken `no_cover` check when running doctests. Contributed by Terence Honles in [\#200](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/200). > - Fixed various issues with path normalization in reports (when combining coverage data from parallel mode). Fixes [\#130](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/161). Contributed by Ryan Hiebert & Ionel Cristian Mărieș in [\#178](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/178). > - Report generation failures don't raise exceptions anymore. A warning will be logged instead. Fixes [\#161](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/161). > - Fixed multiprocessing issue on Windows (empty env vars are not passed). Fixes [\#165](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/165). > > 2.5.1 (2017-05-11) > ================== > > - Fixed xdist breakage (regression in `2.5.0`). Fixes [\#157](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/157). > - Allow setting custom `data_file` name in `.coveragerc`. Fixes [\#145](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/145). Contributed by Jannis Leidel & Ionel Cristian Mărieș in [\#156](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/156). > > 2.5.0 (2017-05-09) > ================== > > - Always show a summary when `--cov-fail-under` is used. Contributed by Francis Niu in [PR\#141](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/pull/141). > - Added `--cov-branch` option. Fixes [\#85](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/85). > - Improve exception handling in subprocess setup. Fixes [\#144](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/144). > - Fixed handling when `--cov` is used multiple times. Fixes [\#151](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/151). > ... (truncated)
Commits - [`ad3ee90`](https://github.com/pytest-dev/pytest-cov/commit/ad3ee90bd6776219fd229e716ba3b2549df50dc5) Bump version: 2.7.0 → 2.7.1 - [`3e6e826`](https://github.com/pytest-dev/pytest-cov/commit/3e6e8262a9d4df1b11f3ced0c8e65ff7a6309a77) Fix manifest. - [`a6bd47a`](https://github.com/pytest-dev/pytest-cov/commit/a6bd47a81cfc75f827f39ae33584633a83a127ac) Bump version: 2.6.1 → 2.7.0 - [`a79e0d6`](https://github.com/pytest-dev/pytest-cov/commit/a79e0d63c1f0192fcb253e0d5b8d92b7c7ba67f4) Forgot the examples. - [`02c9ca9`](https://github.com/pytest-dev/pytest-cov/commit/02c9ca93975715c82116363fc10d3534072b2f76) Completely move xdist pins in tox.ini. Fixes incorrect installs during testing. - [`f02132d`](https://github.com/pytest-dev/pytest-cov/commit/f02132dc6fd402b71306a7c56570c04ec5d31878) Update changelog. - [`fa3f0ef`](https://github.com/pytest-dev/pytest-cov/commit/fa3f0efb9ed61bd82b5f0a35bf43c23602fba392) Add pytest 4.4 to test grid. - [`5ac8fec`](https://github.com/pytest-dev/pytest-cov/commit/5ac8fec04abc2eb3621439fc9ff23b435fde8f36) Bump test deps. - [`cad2e12`](https://github.com/pytest-dev/pytest-cov/commit/cad2e12294e878c2e9c4260b80f18a30a620d0dd) Sort imports and improve docstrings, esp. on `--cov`. Ref [#282](https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/282). - [`4082617`](https://github.com/pytest-dev/pytest-cov/commit/40826171fc78ea0bc11662624226464d06cee18c) ci: test only pytest 3 and 4.3 - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest-cov/compare/v2.5.1...v2.7.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.

Dependabot has been acquired by GitHub  🎉