redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Fix DeprecationWarning '@pytest.fixture' #225

Closed moznuy closed 2 years ago

moznuy commented 2 years ago

Fixes #119

There are 2 warnings left, but they are in aioredis/connection.py

codecov-commenter commented 2 years ago

Codecov Report

Merging #225 (85540c0) into main (00ed537) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #225   +/-   ##
=======================================
  Coverage   77.25%   77.25%           
=======================================
  Files          12       12           
  Lines        1165     1165           
=======================================
  Hits          900      900           
  Misses        265      265           
Flag Coverage Δ
unit 77.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aredis_om/connections.py 70.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 00ed537...85540c0. Read the comment docs.

simonprickett commented 2 years ago

Thanks @moznuy !