Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit pytest to <8.0.0 #945

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Limit pytest to <8.0.0 #945

merged 2 commits into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Limits pytest to <8.0.0.

@dependabot dependabot bot added python Pull requests that update Python code type:dependency-upgrade A dependency upgrade labels Jan 29, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-8.0.0 branch 2 times, most recently from 7dc3eba to 999b820 Compare January 31, 2024 11:46
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-8.0.0 branch from 999b820 to 35be52e Compare February 7, 2024 10:06
@elliotgunton elliotgunton added the semver:patch A change requiring a patch version bump label Feb 7, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-8.0.0 branch from 35be52e to b46aabd Compare February 7, 2024 10:12
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Pytest 8 breaks when using the asyncio library, see issue
pytest-dev/pytest#11868
* We should use pytest-asyncio instead of the asyncio library directly
once pytest-asyncio supports pytest >=8

Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
@elliotgunton elliotgunton changed the title Bump pytest from 7.4.4 to 8.0.0 Limit pytest to <8.0.0 Feb 7, 2024
@elliotgunton elliotgunton enabled auto-merge (squash) February 7, 2024 11:29
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (422e6b5) 81.5% compared to head (12d732d) 81.5%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #945   +/-   ##
=====================================
  Coverage   81.5%   81.5%           
=====================================
  Files         52      52           
  Lines       4091    4091           
  Branches     851     851           
=====================================
  Hits        3337    3337           
  Misses       562     562           
  Partials     192     192           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elliotgunton elliotgunton merged commit f817c65 into main Feb 7, 2024
22 checks passed
@elliotgunton elliotgunton deleted the dependabot/pip/pytest-8.0.0 branch February 7, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant