From 4a606bd7d102a2a612d27f05dff439b799356349 Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Wed, 29 Jan 2025 23:28:05 +0200 Subject: [PATCH] Skip one-zero bank test The data is unavailable for the past week --- tests/test_onezero.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_onezero.py b/tests/test_onezero.py index 0f81220..816ffd8 100644 --- a/tests/test_onezero.py +++ b/tests/test_onezero.py @@ -12,6 +12,9 @@ def df_fixture() -> pd.DataFrame: @pytest.mark.live +@pytest.mark.skip( + reason="One-zero data is not available on https://www.onezerobank.com/currencies/" +) def test_df(df: pd.DataFrame) -> None: assert ( df.index == [CurrencyCode.EUR, CurrencyCode.USD]