You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/30 03:39:51 UTC

[GitHub] [arrow] veprbl opened a new pull request #10837: ARROW-13504: [Python] Move marks from fixtures to individual tests/params

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10837: ARROW-13504: [Python] Move marks from fixtures to individual tests/params

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10837:
URL: https://github.com/apache/arrow/pull/10837#issuecomment-889604665


   https://issues.apache.org/jira/browse/ARROW-13504


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou closed pull request #10837: ARROW-13504: [Python] Move marks from fixtures to individual tests/params

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #10837:
URL: https://github.com/apache/arrow/pull/10837


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org