raulcd commented on code in PR #13564:
URL: https://github.com/apache/arrow/pull/13564#discussion_r917993434


##########
python/pyarrow/conftest.py:
##########
@@ -241,3 +242,16 @@ def _docdir(request):
 
     else:
         yield
+
+
+# Define doctest_namespace for fs module docstring import
[email protected](autouse=True)
+def add_fs(doctest_namespace):

Review Comment:
   shouldn't this be done only if `if config.option.doctestmodules:`? If we 
only do it when doctests are being run I think it would fix the appveyor issue.



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