Skip to content

Commit fd58a83

Browse files
Merge pull request #193 from CliMA/kp/fix-test
Add missing entries to compat
2 parents 11c3a2c + b1376a9 commit fd58a83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ CESExt = "CalibrateEmulateSample"
2323
[compat]
2424
Aqua = "0.8"
2525
CalibrateEmulateSample = "0.5, 0.6, 0.7"
26+
ClimaParams = "0.10"
27+
Conda = "1.7, 1.8, 1.9, 1.10"
2628
Dates = "1"
2729
Distributed = "1"
2830
Distributions = "0.25"

test/aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323
@testset "Aqua tests (additional)" begin
2424
Aqua.test_undefined_exports(ClimaCalibrate)
2525
Aqua.test_stale_deps(ClimaCalibrate)
26-
Aqua.test_deps_compat(ClimaCalibrate, check_extras = false)
26+
Aqua.test_deps_compat(ClimaCalibrate)
2727
Aqua.test_project_extras(ClimaCalibrate)
2828
Aqua.test_piracies(ClimaCalibrate)
2929
end

0 commit comments

Comments
 (0)