AlenkaF commented on code in PR #39850: URL: https://github.com/apache/arrow/pull/39850#discussion_r1471034477
########## python/pyarrow/tests/test_dataset.py: ########## @@ -100,7 +100,6 @@ def assert_dataset_fragment_convenience_methods(dataset): @pytest.fixture [email protected] Review Comment: Had to remove marks from fixtures to avoid future error, see > PytestRemovedIn9Warning: Marks applied to fixtures have no effect > See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function If I checked correctly all functions that use these fixtures have parquet marks themselves. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
