Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31c8fac

Browse filesBrowse files
committed
Fix pandas deprecation warning
1 parent 34c9e2c commit 31c8fac
Copy full SHA for 31c8fac

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ build-backend = "setuptools.build_meta"
66
write_to = "src/napari_matplotlib/_version.py"
77

88
[tool.pytest.ini_options]
9-
qt_api = "pyqt6"
10-
addopts = "--mpl --mpl-baseline-relative"
119
filterwarnings = [
1210
"error",
11+
"ignore:(?s).*Pyarrow will become a required dependency of pandas",
1312
# Coming from vispy
1413
"ignore:distutils Version classes are deprecated:DeprecationWarning",
1514
"ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning",
1615
]
16+
qt_api = "pyqt6"
17+
addopts = "--mpl --mpl-baseline-relative"
1718

1819
[tool.black]
1920
line-length = 79

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.