Skip to content

Commit

Permalink
Also suppress numpy 'product' warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 29, 2023
1 parent 3859957 commit 78b70d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ filterwarnings =
ignore:numpy.dtype size changed:RuntimeWarning
ignore:Datablocks are deprecated:UserWarning
ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning
ignore:`product` is deprecated as of NumPy:DeprecationWarning:h5py|numpy
junit_family = legacy
markers =
regression: dxtbx regression test

0 comments on commit 78b70d5

Please sign in to comment.