From 1f0bcf174f99580c844b8ae901821475fbd311fc Mon Sep 17 00:00:00 2001 From: Kylen Solvik Date: Sun, 2 Jun 2024 15:55:44 -0600 Subject: [PATCH] Skip aws tests --- tests/data_aws_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/data_aws_test.py b/tests/data_aws_test.py index 80223db..4a8cc7c 100644 --- a/tests/data_aws_test.py +++ b/tests/data_aws_test.py @@ -4,6 +4,8 @@ import pytest import numpy as np +pytestmark = pytest.mark.skip('AWS removed ERA5 data.') + @pytest.fixture(scope='module') def aws_small():