valkey-io / valkey-py

Valkey Python client based on a fork of redis-py
MIT License
71 stars 9 forks source link

Fix issue with pytest-asyncio v0.24 #77

Closed aiven-sal closed 3 months ago

aiven-sal commented 3 months ago

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.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.