Skip to content

Commit

Permalink
Skip one-zero bank test
Browse files Browse the repository at this point in the history
The data is unavailable for the past week
  • Loading branch information
jond01 committed Jan 29, 2025
1 parent abf81f0 commit 4a606bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_onezero.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4a606bd

Please sign in to comment.