Skip to content

Conversation

@ezio-melotti
Copy link
Member

This is an attempt to fix the following warning seen in #405:

     warnings.warn(CentralCovContextWarning(message), stacklevel=1)
 pytest_cov.CentralCovContextWarning: Detected dynamic_context=test_function
 in coverage configuration. This is unnecessary as this plugin provides the
 more complete --cov-context option.

dependabot bot and others added 2 commits November 1, 2024 04:33
Bumps the pip group with 4 updates: [aiohttp](https://github.com/aio-libs/aiohttp), [sentry-sdk](https://github.com/getsentry/sentry-python), [coverage](https://github.com/nedbat/coveragepy) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `aiohttp` from 3.10.8 to 3.10.10
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.8...v3.10.10)

Updates `sentry-sdk` from 2.14.0 to 2.17.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.14.0...2.17.0)

Updates `coverage` from 7.6.1 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.1...7.6.4)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@ezio-melotti ezio-melotti added bug Something isn't working dependencies Pull requests that update a dependency file labels Nov 1, 2024
@ezio-melotti
Copy link
Member Author

The warning seems to be fixed, but 3.8 is failing since it's not longer supported by pytest-cov 6.0.0.

@hugovk
Copy link
Member

hugovk commented Nov 1, 2024

3.8 is EOL, let's drop it: #407

@ezio-melotti
Copy link
Member Author

ezio-melotti commented Nov 1, 2024

I can merge this into #405.
Is there someone (@Mariatta?) that can enable the "Update branch" button on PRs so that we can merge main and update the PR with #407?

@dependabot dependabot bot force-pushed the dependabot/pip/pip-decce20730 branch from dbdad61 to 34b4149 Compare November 1, 2024 09:36
@ezio-melotti ezio-melotti merged commit 4dbe36f into dependabot/pip/pip-decce20730 Nov 1, 2024
10 of 12 checks passed
@hugovk hugovk deleted the fix-warning branch November 1, 2024 10:45
@ezio-melotti
Copy link
Member Author

The "Automatically delete branch after merging" should be enabled too 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants