milesgranger commented on PR #13904:
URL: https://github.com/apache/arrow/pull/13904#issuecomment-1223678805

   Unfortunate, I agree, at least the bulk of tests are gone.
   
   Even though `exclude_package_data` [considers non-python 
files](https://github.com/pypa/setuptools/issues/2269#issuecomment-661757116), 
thus why we couldn't easily exclude it there.
   
   AFAIK, if we really want to close it
   - Wait for setuptools update to not auto-include, then convert `conftest.py` 
to `pyarrow.conftest.__init__.py` and exclude `pyarrow.conftest` 
   - Custom `setup(cmdclass, ...)` to exclude files.
   - ....something else?


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