From 2ef2a700e591db50fa57813b2a5b7739f9f1c83c Mon Sep 17 00:00:00 2001 From: Jeff Klenzing Date: Wed, 20 Dec 2023 11:04:52 -0500 Subject: [PATCH] MAINT: turn off icon tiegcm tests --- pyproject.toml | 2 +- pysatModels/models/ucar_tiegcm.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25d5976d..9db6e4a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pandas", "pyForecastTools", "pysat >= 3.0.4", - "pysatNASA <= 0.0.4", + "pysatNASA", "requests", "scipy", "xarray" diff --git a/pysatModels/models/ucar_tiegcm.py b/pysatModels/models/ucar_tiegcm.py index 1bb827eb..7cb9ae79 100644 --- a/pysatModels/models/ucar_tiegcm.py +++ b/pysatModels/models/ucar_tiegcm.py @@ -53,7 +53,8 @@ _test_dates = {'': {'': dt.datetime(2019, 1, 1), 'icon': dt.datetime(2020, 1, 10)}} -_test_download = {'': {'': False, 'icon': True}} +# TODO (#132): Turn on ICON download tests once pysatNASA 0.0.6 is released. +_test_download = {'': {'': False, 'icon': False}} _clean_warn = {'': {tag: general.clean_warn for tag in tags.keys()}} # ----------------------------------------------------------------------------