Skip to content

Commit 210dc9a

Browse files
committed
skip sklearn test
1 parent 78bfccf commit 210dc9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/publish_api_coverage.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import pandas.core.indexes.accessors
2626
import pandas.core.strings.accessor
2727
import pandas.core.window.rolling
28-
import sklearn # noqa
2928

3029
import bigframes
3130
import bigframes.core.groupby
@@ -205,6 +204,9 @@ def generate_pandas_api_coverage():
205204
def generate_sklearn_api_coverage():
206205
"""Explore all SKLearn modules, and for each item contained generate a
207206
regex to detect it being imported, and record whether we implement it"""
207+
208+
import sklearn # noqa
209+
208210
sklearn_modules = [
209211
"sklearn",
210212
"sklearn.model_selection",

0 commit comments

Comments
 (0)