We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exploratory_data_analysis.ipynb
1 parent 75b042c commit cbb11e4Copy full SHA for cbb11e4
topic/timeseries/test.py
@@ -19,5 +19,8 @@ def test_notebook(notebook):
19
raise pytest.skip(f"Kaggle dataset can not be tested "
20
f"without authentication: {notebook.name}")
21
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
+
25
with testbook(notebook) as tb:
26
tb.execute()
0 commit comments