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/11/19 19:41:45 UTC

[GitHub] [arrow-datafusion-python] isidentical commented on issue #77: ImportPathMismatchError when running pytest locally

isidentical commented on issue #77:
URL: https://github.com/apache/arrow-datafusion-python/issues/77#issuecomment-1320955386

   I've setup a clean work environment but I unfortunately can't reproduce this error:
   ```
    $ python -m pytest                                                                                                                                   1m32s
   
   =================================================================== test session starts ====================================================================
   platform linux -- Python 3.9.13, pytest-7.1.2, pluggy-1.0.0
   rootdir: /home/seaworth/projects/arrow-datafusion-python
   collected 84 items                                                                                                                                         
   
   datafusion/tests/test_aggregation.py .                                                                                                               [  1%]
   datafusion/tests/test_catalog.py .                                                                                                                   [  2%]
   datafusion/tests/test_config.py ...                                                                                                                  [  5%]
   datafusion/tests/test_context.py ..............                                                                                                      [ 22%]
   datafusion/tests/test_dataframe.py ......................                                                                                            [ 48%]
   datafusion/tests/test_functions.py .....                                                                                                             [ 54%]
   datafusion/tests/test_imports.py .....                                                                                                               [ 60%]
   datafusion/tests/test_indexing.py ..                                                                                                                 [ 63%]
   datafusion/tests/test_sql.py ..................XxXXxxxxx                                                                                             [ 95%]
   datafusion/tests/test_store.py .                                                                                                                     [ 96%]
   datafusion/tests/test_udaf.py s..                                                                                                                    [100%]
   
   =================================================== 74 passed, 1 skipped, 6 xfailed, 3 xpassed in 1.50s ====================================================
   ```
   
   


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