Skip to content

Commit fe4fb06

Browse files
authored
Include numbagg in type checks (#9159)
* Include numbagg in type checks
1 parent deb2082 commit fe4fb06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ module = [
118118
"matplotlib.*",
119119
"mpl_toolkits.*",
120120
"nc_time_axis.*",
121-
"numbagg.*",
122121
"netCDF4.*",
123122
"netcdftime.*",
124123
"opt_einsum.*",
@@ -329,8 +328,7 @@ filterwarnings = [
329328
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
330329
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
331330
"default:Duplicate dimension names present:UserWarning:xarray.namedarray.core",
332-
"default:::xarray.tests.test_strategies",
333-
# TODO: remove once we know how to deal with a changed signature in protocols
331+
"default:::xarray.tests.test_strategies", # TODO: remove once we know how to deal with a changed signature in protocols
334332
"ignore:__array__ implementation doesn't accept a copy keyword, so passing copy=False failed.",
335333
]
336334

0 commit comments

Comments
 (0)