severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Replace yield_fixture() by fixture() #127

Closed atugushev closed 4 years ago

atugushev commented 4 years ago

@pytest.yield_fixture is deprecated since pytest-3.0, see: https://docs.pytest.org/en/latest/yieldfixture.html

codecov-commenter commented 4 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   95.97%   95.97%           
=======================================
  Files           3        3           
  Lines         273      273           
=======================================
  Hits          262      262           
  Misses         11       11           

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 d3d1d85...9ff2718. Read the comment docs.

severb commented 4 years ago

Thanks!