Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Feb 18, 2022
1 parent 11bce16 commit 6e0f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ filterwarnings = [
"ignore:numpy.ufunc size changed:RuntimeWarning",
"ignore:Creating an ndarray from ragged:numpy.VisibleDeprecationWarning",
"ignore:numpy.ndarray size changed, may indicate binary incompatibility. Expected 80 from C header, got 88 from PyObject:RuntimeWarning:",
"ignore:The (fspath: py.path.local) argument to IPyNbFile is deprecated. Please use the (path: pathlib.Path) argument instead.:PytestRemovedIn8Warning",
"ignore:.*argument to IPyNbFile is deprecated.*:pytest.PytestRemovedIn8Warning",
]
minversion = "6.0"
testpaths = [
Expand Down

0 comments on commit 6e0f745

Please sign in to comment.