changeset 48839 | 7b068abe4aa2 |
parent 48020 | 1194394510ba |
child 49932 | 136aa80aa8b2 |
--- a/rust/hg-cpython/src/lib.rs Wed Mar 02 10:30:37 2022 -0500 +++ b/rust/hg-cpython/src/lib.rs Wed Mar 02 10:32:36 2022 -0500 @@ -62,7 +62,7 @@ Ok(()) }); -#[cfg(not(any(feature = "python27-bin", feature = "python3-bin")))] +#[cfg(not(feature = "python3-bin"))] #[test] #[ignore] fn libpython_must_be_linked_to_run_tests() {