AlenkaF commented on code in PR #14117:
URL: https://github.com/apache/arrow/pull/14117#discussion_r979998642


##########
python/setup.cfg:
##########
@@ -28,6 +28,9 @@ build-dir  = doc/_build
 addopts = --ignore=scripts
 filterwarnings =
     error:The SparseDataFrame:FutureWarning
+    # ignore warnings when Cython functions are called
+    # from python tests
+    ignore::pytest.PytestCollectionWarning

Review Comment:
   Oh, this is a leftover from when I wanted to make Cython tests to be picked 
up by Pytest automatically. Didn't work, need to delete it!



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