WillAyd commented on code in PR #644:
URL: https://github.com/apache/arrow-nanoarrow/pull/644#discussion_r1819241105


##########
.github/workflows/build-and-test-device.yaml:
##########
@@ -156,4 +157,4 @@ jobs:
         if: matrix.config.label == 'with-cuda'
         run: |
           cd python
-          python3 -m pytest -vv
+          python3 -m pytest -vv tests

Review Comment:
   Unfortunately pytest does discover tests recursively from the subproject if 
you try discovery from the root of the project; need to see if there's a more 
robust way of handling this



-- 
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]

Reply via email to