|
1 | 1 | //! To speed up the tests, they are tests all collected in a single module
|
2 | 2 |
|
3 | 3 | use common::{
|
4 |
| - develop, editable, errors, get_python_implementation, handle_result, integration, other, |
5 |
| - test_python_path, |
| 4 | + develop, errors, get_python_implementation, handle_result, integration, other, test_python_path, |
6 | 5 | };
|
7 | 6 | use indoc::indoc;
|
8 | 7 | use maturin::Target;
|
@@ -124,42 +123,6 @@ fn develop_pyo3_ffi_pure() {
|
124 | 123 | ));
|
125 | 124 | }
|
126 | 125 |
|
127 |
| -#[test] |
128 |
| -fn editable_pyo3_pure() { |
129 |
| - handle_result(editable::test_editable( |
130 |
| - "test-crates/pyo3-pure", |
131 |
| - None, |
132 |
| - "editable-pyo3-pure", |
133 |
| - )); |
134 |
| -} |
135 |
| - |
136 |
| -#[test] |
137 |
| -fn editable_pyo3_mixed() { |
138 |
| - handle_result(editable::test_editable( |
139 |
| - "test-crates/pyo3-mixed", |
140 |
| - None, |
141 |
| - "editable-pyo3-mixed", |
142 |
| - )); |
143 |
| -} |
144 |
| - |
145 |
| -#[test] |
146 |
| -fn editable_pyo3_mixed_py_subdir() { |
147 |
| - handle_result(editable::test_editable( |
148 |
| - "test-crates/pyo3-mixed-py-subdir", |
149 |
| - None, |
150 |
| - "editable-pyo3-mixed-py-subdir", |
151 |
| - )); |
152 |
| -} |
153 |
| - |
154 |
| -#[test] |
155 |
| -fn editable_pyo3_ffi_pure() { |
156 |
| - handle_result(editable::test_editable( |
157 |
| - "test-crates/pyo3-ffi-pure", |
158 |
| - None, |
159 |
| - "editable-pyo3-ffi-pure", |
160 |
| - )); |
161 |
| -} |
162 |
| - |
163 | 126 | #[test]
|
164 | 127 | fn integration_pyo3_bin() {
|
165 | 128 | let python = test_python_path().map(PathBuf::from).unwrap_or_else(|| {
|
|
0 commit comments