From 86dbe2126c1a49c75a94e2a58444012909671e0a Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Tue, 23 Nov 2021 13:02:52 -0800 Subject: [PATCH] TimeZones <= 1.5 for testing A temporary solution to restrict our test TimeZones.jl release to <= 1.5. Eventually, we should: 1. Update our specimen files 2. Migrate our tests to load JLSO files in a separate process/environment and pass specific tests/checks to those activated environments - We should probably also define a more explicit upgrade workflow that uses this approach as well --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b8a5449..5c65dd9 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ BSON = "0.2.4, 0.3" CodecZlib = "0.6, 0.7" FilePathsBase = "0.7, 0.8, 0.9" Memento = "0.10, 0.11, 0.12, 0.13, 1" -TimeZones = "0.9, 0.10, 0.11, 1" +TimeZones = "0.9, 0.10, 0.11, ~1.0, ~1.1, ~1.2, ~1.3, ~1.4, ~1.5" julia = "0.7, 1.0" [extras]