Skip to content

Commit

Permalink
test napari on 311
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 8, 2023
1 parent 01ff02f commit bbe7e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ filterwarnings = [
"ignore:distutils Version classes are deprecated",
"ignore:`np.bool8` is a deprecated:DeprecationWarning",
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
"ignore::DeprecationWarning:docstring_parser",
]

# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down
2 changes: 1 addition & 1 deletion tests/test_third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_matplotlib() -> None:
plt.imshow(IMG, cmap=CMAP.to_mpl())


@pytest.mark.skipif(sys.version_info >= (3, 11), reason="napari not working on py3.11")
@pytest.mark.skipif(sys.version_info >= (3, 12), reason="napari not working on py3.12")
def test_napari(qapp: "QApplication") -> None:
napari = pytest.importorskip("napari")

Expand Down

0 comments on commit bbe7e73

Please sign in to comment.