Skip to content

Commit

Permalink
Remove warning supression
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Dec 18, 2023
1 parent 0468b1f commit 0b0e7f3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,6 @@ include = ["brainglobe_segmentation*"]

[tool.setuptools_scm]

[tool.pytest.ini_options]
filterwarnings = [
"error",
# Emitted by scikit-image on import, see https://github.com/scikit-image/scikit-image/issues/6663
# This filter should be removed when scikit-image 0.20 is released
"ignore:`np.bool8` is a deprecated alias for `np.bool_`",
# Emitted by nptyping, see https://github.com/ramonhagenaars/nptyping/issues/102
# for upstream issue
"ignore:`np.object0` is a deprecated alias for ``np.object0`",
"ignore:`np.int0` is a deprecated alias for `np.intp`",
"ignore:`np.uint0` is a deprecated alias for `np.uintp`",
"ignore:`np.void0` is a deprecated alias for `np.void`",
"ignore:`np.bytes0` is a deprecated alias for `np.bytes_`",
"ignore:`np.str0` is a deprecated alias for `np.str_`",
# Warning comes from vispy - fixed in vispy 0.12.0. napari 0.5.0 will bump
# vispy to 0.5.0, so this filter should be removed when napari 0.5.0
# is released
"ignore:distutils Version classes are deprecated:DeprecationWarning",
]

[tool.black]
target-version = ['py39', 'py310', 'py311']
skip-string-normalization = false
Expand Down

0 comments on commit 0b0e7f3

Please sign in to comment.