jorisvandenbossche commented on PR #13147: URL: https://github.com/apache/arrow/pull/13147#issuecomment-1125936799
Hmm, I would actually have expected that the `pytestmark = ..` in the `tests/parquet/__init__.py` would ensure this applies that mark to all the tests in that directory (and not the one in common.py). But if that seems to not work correctly in practice, I think adding `pytestmark = pytest.mark.parquet` to every file might be the most "low tech" solution? -- 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]
