diff --git a/crates/uv/tests/it/pip_install.rs b/crates/uv/tests/it/pip_install.rs index ae77c8d04..c1f30987a 100644 --- a/crates/uv/tests/it/pip_install.rs +++ b/crates/uv/tests/it/pip_install.rs @@ -10270,7 +10270,7 @@ fn change_layout_custom_directory() -> Result<()> { /// See: #[test] fn setuptools_non_normalized_setup_cfg() -> Result<()> { - let context = TestContext::new("3.12").with_exclude_newer("2025-03-24T20:00:00Z"); + let context = TestContext::new("3.12").with_exclude_newer("2025-03-24T19:00:00Z"); let pyproject_toml = context.temp_dir.child("pyproject.toml"); pyproject_toml.touch()?;