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

   Ok so I installed the right poetry version by hand.
   
   But now, while trying to run the tests, I get:
   
   ```sh 
   make test
   poetry run pytest tests/ -m "(unmarked or parametrize) and not integration"
   
/Users/arnaudbriche/Desktop/code/iceberg-python/venv/lib/python3.13/site-packages/_pytest/config/__init__.py:331:
 PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style 
hookwrapper teardown.
   Plugin: helpconfig, Hook: pytest_cmdline_parse
   ConftestImportFailure: ModuleNotFoundError: No module named 'pyiceberg' 
(from /Users/arnaudbriche/Desktop/code/iceberg-python/tests/conftest.py)
   For more information see 
https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
     config = pluginmanager.hook.pytest_cmdline_parse(
   ImportError while loading conftest 
'/Users/arnaudbriche/Desktop/code/iceberg-python/tests/conftest.py'.
   tests/conftest.py:51: in <module>
       from pyiceberg.catalog import Catalog, load_catalog
   E   ModuleNotFoundError: No module named 'pyiceberg'
   make: *** [test] Error 4
   ```


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