We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c9e2c commit 31c8facCopy full SHA for 31c8fac
pyproject.toml
@@ -6,14 +6,15 @@ build-backend = "setuptools.build_meta"
6
write_to = "src/napari_matplotlib/_version.py"
7
8
[tool.pytest.ini_options]
9
-qt_api = "pyqt6"
10
-addopts = "--mpl --mpl-baseline-relative"
11
filterwarnings = [
12
"error",
+ "ignore:(?s).*Pyarrow will become a required dependency of pandas",
13
# Coming from vispy
14
"ignore:distutils Version classes are deprecated:DeprecationWarning",
15
"ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning",
16
]
+qt_api = "pyqt6"
17
+addopts = "--mpl --mpl-baseline-relative"
18
19
[tool.black]
20
line-length = 79
0 commit comments