Skip to content

Commit a851934

Browse files
Filter warnings
1 parent 2ded599 commit a851934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ python_files = pytest_*/**/*.py pytest_*/*.py
33
filterwarnings =
44
error
55
ignore:Creating an ndarray from ragged nested sequences
6-
ignore:distutils Version classes are deprecated. Use packaging.version instead
6+
ignore:distutils Version classes are deprecated. Use packaging.version instead
7+
ignore:`np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.

0 commit comments

Comments
 (0)