AlenkaF commented on issue #41312:
URL: https://github.com/apache/arrow/issues/41312#issuecomment-2068575753

   I tried reproducing on my M1 with Python 3.11 but no luck. The tests is run, 
not skipped, and it passes:
   
   ```python
   (pyarrow-dev) alenkafrim@Alenkas-MacBook-Pro arrow % python -m pytest 
python/pyarrow/tests/test_dataset.py -k test_make_write_options_error
   =================================================================== test 
session starts 
===================================================================
   platform darwin -- Python 3.11.7, pytest-7.4.4, pluggy-1.4.0
   rootdir: /Users/alenkafrim/repos/arrow/python
   configfile: setup.cfg
   plugins: hypothesis-6.99.5, cython-0.2.1
   collected 351 items / 350 deselected / 1 selected                            
                                                                             
   
   python/pyarrow/tests/test_dataset.py .                                       
                                                                       [100%]
   
   ============================================================ 1 passed, 350 
deselected in 0.56s ============================================================
   ```
   
   I will also try with Python 3.10 later. I am currently at the conference so 
might take some time.
   
   I suspect though that something might be off with the setup? Could you try a 
clean new build (`git clean -Xfd .` in `arrow/python` or maybe even in 
`arrow/`), also cleaning `dist/` folder 
(https://arrow.apache.org/docs/dev/developers/python.html#using-system-and-bundled-dependencies)?


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