Skip to content

Commit

Permalink
Adding feature annotation for these 2 tests because they're using tha…
Browse files Browse the repository at this point in the history
…t one.
  • Loading branch information
svaningelgem committed Oct 11, 2023
1 parent d42e059 commit e23cc1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/polars-lazy/src/tests/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ fn test_lazy_ternary_predicate_pushdown() -> PolarsResult<()> {
}

#[test]
#[cfg(feature = "dtype-categorical")]
fn test_categorical_addition() -> PolarsResult<()> {
let df = fruits_cars();

Expand Down Expand Up @@ -1464,6 +1465,7 @@ fn test_list_in_select_context() -> PolarsResult<()> {
}

#[test]
#[cfg(feature = "round_series")]
fn test_round_after_agg() -> PolarsResult<()> {
let df = fruits_cars();

Expand Down

0 comments on commit e23cc1f

Please sign in to comment.