Skip to content

Commit cbb11e4

Browse files
committed
Time Series: Skip testing notebook exploratory_data_analysis.ipynb
It is not ready for pandas 2.x, and blocks others from being upgraded.
1 parent 75b042c commit cbb11e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

topic/timeseries/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ def test_notebook(notebook):
1919
raise pytest.skip(f"Kaggle dataset can not be tested "
2020
f"without authentication: {notebook.name}")
2121

22+
if notebook.name == "exploratory_data_analysis.ipynb":
23+
raise pytest.skip(f"Notebook is not compatible with pandas 2.x and SQLAlchemy 2.x.")
24+
2225
with testbook(notebook) as tb:
2326
tb.execute()

0 commit comments

Comments
 (0)