houqp commented on a change in pull request #1076: URL: https://github.com/apache/arrow-rs/pull/1076#discussion_r773568546
########## File path: arrow-pyarrow-integration-testing/Cargo.toml ########## @@ -33,7 +33,7 @@ crate-type = ["cdylib"] [dependencies] arrow = { path = "../arrow", version = "7.0.0-SNAPSHOT", features = ["pyarrow"] } -pyo3 = { version = "0.14", features = ["extension-module"] } Review comment: have you tried building without the explicit pyo3 dependency here? arrow's `pyarrow` feature flag should be pulling this dependency already. although I don't know if the tests depend on the extension-module flag here. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org