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 2022/07/11 14:20:40 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #13564: ARROW-15430: [Python] Address docstrings in Filesystems (Interface)

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

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