Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
Since pytest 3.0, fixture functions support the yield statement as a replacement for yield_fixture. When pytest is run for PyArrow the following deprecation warning is shown:
the pyarrow/tests/test_serialization.py:283: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same.
Attachments
Issue Links
- links to