|
25 | 25 | # Skip tests that require packages not yet available on Python 3.14 |
26 | 26 | collect_ignore = [] |
27 | 27 | if sys.version_info >= (3, 14): |
28 | | - collect_ignore.extend([ |
29 | | - # polars - no Python 3.14 support yet |
30 | | - "plugins/test_polars_extensions.py", |
31 | | - "plugins/test_polars_lazyframe_extensions.py", |
32 | | - "resources/narwhals_example.py", |
33 | | - # plotly - no Python 3.14 support yet |
34 | | - "plugins/test_plotly_extensions.py", |
35 | | - # xgboost - no Python 3.14 support yet |
36 | | - "plugins/test_xgboost_extensions.py", |
37 | | - # lightgbm - no Python 3.14 support yet |
38 | | - "plugins/test_lightgbm_extensions.py", |
39 | | - # mlflow - no Python 3.14 support yet |
40 | | - "plugins/test_mlflow_extension.py", |
41 | | - # kedro - no Python 3.14 support yet |
42 | | - "plugins/test_h_kedro.py", |
43 | | - "plugins/test_kedro_extensions.py", |
44 | | - # lancedb - no Python 3.14 support yet |
45 | | - "plugins/test_huggingface_extensions.py", |
46 | | - ]) |
| 28 | + collect_ignore.extend( |
| 29 | + [ |
| 30 | + # polars - no Python 3.14 support yet |
| 31 | + "plugins/test_polars_extensions.py", |
| 32 | + "plugins/test_polars_lazyframe_extensions.py", |
| 33 | + "resources/narwhals_example.py", |
| 34 | + # plotly - no Python 3.14 support yet |
| 35 | + "plugins/test_plotly_extensions.py", |
| 36 | + # xgboost - no Python 3.14 support yet |
| 37 | + "plugins/test_xgboost_extensions.py", |
| 38 | + # lightgbm - no Python 3.14 support yet |
| 39 | + "plugins/test_lightgbm_extensions.py", |
| 40 | + # mlflow - no Python 3.14 support yet |
| 41 | + "plugins/test_mlflow_extension.py", |
| 42 | + # kedro - no Python 3.14 support yet |
| 43 | + "plugins/test_h_kedro.py", |
| 44 | + "plugins/test_kedro_extensions.py", |
| 45 | + # lancedb - no Python 3.14 support yet |
| 46 | + "plugins/test_huggingface_extensions.py", |
| 47 | + ] |
| 48 | + ) |
0 commit comments