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

Fix issue with pytest-asyncio v0.24 #77

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

aiven-sal
Copy link
Member

Description of change

Drop decorator mark.asyncio as it wasn't doing anything here since pytest-asyncio v0.6 and now its unused
parameter has been dropped.

Drop decorator mark.asyncio as it wasn't doing anything
here since pytest-asyncio v0.6 and now its unused
parameter has been dropped.

Signed-off-by: Salvatore Mesoraca <salvatore.mesoraca@aiven.io>
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.11%. Comparing base (3fa55e9) to head (2f43edf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
- Coverage   75.12%   75.11%   -0.02%     
==========================================
  Files         132      132              
  Lines       34405    34397       -8     
==========================================
- Hits        25847    25837      -10     
- Misses       8558     8560       +2     

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

Copy link
Collaborator

@mkmkme mkmkme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@aiven-sal aiven-sal merged commit 49214c5 into main Aug 23, 2024
74 checks passed
@aiven-sal aiven-sal deleted the aiven-sal/fixasynctest branch August 23, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants