From a8dd59c40ffef76cf76c01be9fae87e1bc3bf041 Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Thu, 20 Feb 2025 10:50:50 -0800 Subject: [PATCH] test_datetime now works on windows Signed-off-by: Ashwin Naren --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc2dcc6c7e..9c0f736928 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,6 @@ env: CARGO_ARGS: --no-default-features --features stdlib,zlib,importlib,encodings,sqlite,ssl # Skip additional tests on Windows. They are checked on Linux and MacOS. WINDOWS_SKIPS: >- - test_datetime test_glob test_importlib test_io