Skip to content

Commit

Permalink
Re-enable the pyo3 auto-initialize feature for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jul 30, 2024
1 parent 11d6f9d commit dbbeeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/numcodecs-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { workspace = true }
serde-transcode = { workspace = true }

[dev-dependencies]
# pyo3 = { workspace = true, features = ["auto-initialize"] }
pyo3 = { workspace = true, features = ["auto-initialize"] }
serde_json = { workspace = true, features = ["std"] }

[lints]
Expand Down

0 comments on commit dbbeeef

Please sign in to comment.