Skip to content

Commit

Permalink
Disable ambiguous timezone test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers committed Jan 3, 2025
1 parent 1b24ffc commit c0e5ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conversions/jiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ mod tests {
}

#[test]
#[cfg(all(Py_3_9, not(windows)))]
fn test_ambiguous_datetime_to_pyobject() {
let dates = [
Zoned::from_str("2020-10-24 23:00:00[UTC]").unwrap(),
Expand Down

0 comments on commit c0e5ddb

Please sign in to comment.