kevinjqliu commented on issue #2911: URL: https://github.com/apache/iceberg-python/issues/2911#issuecomment-3750234568
thanks for looking into this. I think its the missing `pytest-lazy-fixture` dependency. `pytest_lazyfixture` was added to `tests/conftest.py` in https://github.com/apache/iceberg-python/pull/2906/files#diff-e52e4ddd58b7ef887ab03c04116e676f6280b824ab7469d5d3080e5cba4f2128R48 so `pytest {project}/tests/avro/test_decoder.py` would require it. Would you like to push up a fix? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
