<@U041QSEF2H2> I'm trying to run some tests locall...
# daft-dev
c
@Sammy Sidhu I'm trying to run some tests locally via something like this
Copy code
cargo test -p daft-json -- test_infer_schema --nocapture
and I think i'm getting those pyo3 linking issues you mentioned yesterday.
oh nvm, I just remembered, you said that I gotta add
--no-default-features
that seems to have done the trick.
🙌 2
s
Ah yeah, i'm working on making the default with no features and have maturin/pyo3 opt into the python feature!
🙌 1