aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Fix python 3.8 warnings in tests #771

Closed Pliner closed 3 years ago

Pliner commented 3 years ago

What do these changes do?

Fix deprecation warnings where a loop argument is passed to asyncio APIs. Continues #642

Are there changes in behavior for the user?

Nope

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #771 (97ace16) into master (9ba9b48) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #771   +/-   ##
=======================================
  Coverage   93.08%   93.08%           
=======================================
  Files          13       13           
  Lines        1532     1532           
  Branches      172      172           
=======================================
  Hits         1426     1426           
  Misses         78       78           
  Partials       28       28           

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 9ba9b48...97ace16. Read the comment docs.