milesgranger commented on PR #13904: URL: https://github.com/apache/arrow/pull/13904#issuecomment-1218033432
I can't seem to convince setuptools to ignore a _specific_ file using `exclude`. However, can "trick" it by instead having a `pyarrow.conftest` package with everything currently in `conftest.py` moved into `pyarrow.conftest.__init__`. 😅 Probably shouldn't do that though. Would be easier maybe to move tests out of `pyarrow` but I think there are situations where tests are desired to be packaged up, and perhaps just as tricky to do the inverse in that scenario? cc @jorisvandenbossche -- 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]
