westonpace commented on a change in pull request #12160:
URL: https://github.com/apache/arrow/pull/12160#discussion_r789254214
##########
File path: python/pyarrow/tests/test_ipc.py
##########
@@ -136,6 +140,22 @@ def stream_fixture():
return StreamFormatFixture()
[email protected](params=[
+ FileFormatFixture(),
+ StreamFormatFixture()
+ # pytest.param(
+ # pytest.lazy_fixture('file_fixture'),
+ # id='File Format'
+ # ),
+ # pytest.param(
+ # pytest.lazy_fixture('stream_fixture'),
+ # id='Stream Format'
+ # )
Review comment:
Good catch thanks :). I had thought this was causing problems at one
point but it wasn't so I needed to uncomment and use this instead as it has
nicer names.
--
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]