rust/hg-cpython/src/lib.rs
changeset 52292 4361d787e6cf
parent 52163 7346f93be7a4
--- a/rust/hg-cpython/src/lib.rs	Tue Oct 29 11:35:01 2024 +0100
+++ b/rust/hg-cpython/src/lib.rs	Tue Oct 29 11:35:41 2024 +0100
@@ -106,10 +106,3 @@
     m.add(py, "GraphError", py.get_type::<exceptions::GraphError>())?;
     Ok(())
 });
-
-#[cfg(not(feature = "python3-bin"))]
-#[test]
-#[ignore]
-fn libpython_must_be_linked_to_run_tests() {
-    // stub function to tell that some tests wouldn't run
-}