Skip to content

Commit

Permalink
Time Series: Skip testing notebook exploratory_data_analysis.ipynb
Browse files Browse the repository at this point in the history
It is not ready for pandas 2.x, and blocks others from being upgraded.
  • Loading branch information
amotl committed Jun 18, 2024
1 parent 75b042c commit cbb11e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions topic/timeseries/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ def test_notebook(notebook):
raise pytest.skip(f"Kaggle dataset can not be tested "
f"without authentication: {notebook.name}")

if notebook.name == "exploratory_data_analysis.ipynb":
raise pytest.skip(f"Notebook is not compatible with pandas 2.x and SQLAlchemy 2.x.")

with testbook(notebook) as tb:
tb.execute()

0 comments on commit cbb11e4

Please sign in to comment.