equal
deleted
inserted
replaced
60 m.add(py, "revlog", revlog::init_module(py, &dotted_name)?)?; |
60 m.add(py, "revlog", revlog::init_module(py, &dotted_name)?)?; |
61 m.add(py, "GraphError", py.get_type::<exceptions::GraphError>())?; |
61 m.add(py, "GraphError", py.get_type::<exceptions::GraphError>())?; |
62 Ok(()) |
62 Ok(()) |
63 }); |
63 }); |
64 |
64 |
65 #[cfg(not(any(feature = "python27-bin", feature = "python3-bin")))] |
65 #[cfg(not(feature = "python3-bin"))] |
66 #[test] |
66 #[test] |
67 #[ignore] |
67 #[ignore] |
68 fn libpython_must_be_linked_to_run_tests() { |
68 fn libpython_must_be_linked_to_run_tests() { |
69 // stub function to tell that some tests wouldn't run |
69 // stub function to tell that some tests wouldn't run |
70 } |
70 } |