ktosiek / pytest-vcr

Py.test integration with VCR.py
MIT License
150 stars 25 forks source link

MarkInfo objects are deprecated #12

Closed JulienPalard closed 5 years ago

JulienPalard commented 5 years ago

Fixing:

  Please use node.get_closest_marker(name) or node.iter_markers(name).
  Docs: https://docs.pytest.org/en/latest/mark.html#updating-code
    kwargs.update(marker.kwargs)
rouge8 commented 5 years ago

This is the same as #11 right?

JulienPalard commented 5 years ago

Wah don't mind me. I should open my eyes from times to times.