arnaudbriche commented on PR #1887:
URL: https://github.com/apache/iceberg-python/pull/1887#issuecomment-2786677593

   And now:
   
   ```sh
   PYTHONPATH=".:$PYTHONPATH" make test
   poetry run pytest tests/ -m "(unmarked or parametrize) and not integration"
   
===========================================================================================
 test session starts 
===========================================================================================
   platform darwin -- Python 3.13.2, pytest-7.4.4, pluggy-1.5.0
   rootdir: /Users/arnaudbriche/Desktop/code/iceberg-python
   configfile: pyproject.toml
   plugins: checkdocs-2.13.0, mock-3.14.0, lazy-fixture-0.6.3, 
requests-mock-1.12.1
   collected 3705 items / 3 errors / 884 deselected / 2821 selected
   
   
=================================================================================================
 ERRORS 
==================================================================================================
   
_______________________________________________________________________________ 
ERROR collecting tests/catalog/test_hive.py 
_______________________________________________________________________________
   ImportError while importing test module 
'/Users/arnaudbriche/Desktop/code/iceberg-python/tests/catalog/test_hive.py'.
   Hint: make sure your test modules/packages have valid Python names.
   Traceback:
   
/opt/homebrew/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88:
 in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
   tests/catalog/test_hive.py:24: in <module>
       from hive_metastore.ttypes import (
   E   ModuleNotFoundError: No module named 'hive_metastore'
   ____________________________________________________________________________ 
ERROR collecting tests/integration/test_reads.py 
_____________________________________________________________________________
   ImportError while importing test module 
'/Users/arnaudbriche/Desktop/code/iceberg-python/tests/integration/test_reads.py'.
   Hint: make sure your test modules/packages have valid Python names.
   Traceback:
   
/opt/homebrew/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88:
 in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
   tests/integration/test_reads.py:29: in <module>
       from hive_metastore.ttypes import LockRequest, LockResponse, LockState, 
UnlockRequest
   E   ModuleNotFoundError: No module named 'hive_metastore'
   ______________________________________________________________________ ERROR 
collecting tests/integration/test_writes/test_writes.py 
______________________________________________________________________
   ImportError while importing test module 
'/Users/arnaudbriche/Desktop/code/iceberg-python/tests/integration/test_writes/test_writes.py'.
   Hint: make sure your test modules/packages have valid Python names.
   Traceback:
   
/opt/homebrew/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88:
 in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
   tests/integration/test_writes/test_writes.py:40: in <module>
       from pyiceberg.catalog.hive import HiveCatalog
   pyiceberg/catalog/hive.py:35: in <module>
       from hive_metastore.ThriftHiveMetastore import Client
   E   ModuleNotFoundError: No module named 'hive_metastore'
   
=========================================================================================
 short test summary info 
=========================================================================================
   ERROR tests/catalog/test_hive.py
   ERROR tests/integration/test_reads.py
   ERROR tests/integration/test_writes/test_writes.py
   
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 Interrupted: 3 errors during collection 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
===================================================================================
 884 deselected, 3 errors in 15.41s 
====================================================================================
   make: *** [test] Error 2
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to