File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 134134 "kartothek.serialization._parquet" : "kartothek.serialization" ,
135135}
136136
137- # In particular the deprecation warning in DatasetMetadata.table_schema is
138- # raising too many warning to handle sensibly using ipython directive pseudo
139- # decorators. Remove this with 4.X again
137+ # Revert to True in Kartothek 6.0! This excepts the newly added deprecation warnings for the migration effort.
140138ipython_warning_is_error = False
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ docs = build_sphinx
2020builder = doctest,html
2121source_dir = docs
2222build_dir = docs/_build
23- warning-is-error = 1
23+ # Revert to 1 in Kartothek 6.0! This excepts the newly added deprecation warnings for the migration effort.
24+ warning-is-error = 0
You can’t perform that action at this time.
0 commit comments