Skip to content

Commit

Permalink
Update tests/missing_optypes.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
  • Loading branch information
aborgna-q and cqc-alec authored Nov 18, 2024
1 parent f85fb07 commit 327c591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/missing_optypes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! The `pyo3` feature enables the `extension-module` feature in `pyo3`, which is useful
//! for distributing rust crates with pyo3 bindings without having it link to libpython,
//! but prevents us from running these tests.
//! Hence why this tests are not compiled when the `pyo3` feature is enabled.
//! Hence why these tests are not compiled when the `pyo3` feature is enabled.
#![cfg(not(feature = "pyo3"))]

use std::str::FromStr;
Expand Down

0 comments on commit 327c591

Please sign in to comment.