falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

test: constrain aioredis to <2 in example requirements. #1939

Closed CaselIT closed 3 years ago

CaselIT commented 3 years ago

aioredis 2 instroduces breaking changes.

I've just constrained it to <2 to fix the tests I've opened https://github.com/falconry/falcon/issues/1938 to add support for v2 instead

codecov[bot] commented 3 years ago

Codecov Report

Merging #1939 (b59a3d6) into master (d26a476) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1939   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6610      6610           
  Branches      1067      1067           
=========================================
  Hits          6610      6610           

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 d26a476...b59a3d6. Read the comment docs.