veprbl opened a new pull request #10837: URL: https://github.com/apache/arrow/pull/10837
https://issues.apache.org/jira/browse/ARROW-13504 The problem is that tests should be skippable with pytest pyarrow/tests -m "(not s3)" but that doesn't deselect all the s3 tests currently. The issue is that applying marks to fixtures is not currently supported: https://github.com/pytest-dev/pytest/issues/1368 This removes marks from fixtures to avoid confusion that this dead code may cause. -- 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]
