Skip to content

Commit

Permalink
Ensure the pytest plugin pytest-mpi is present
Browse files Browse the repository at this point in the history
and fail with a clear warning when it is not.
Resolves h5py#1696.
  • Loading branch information
Anthchirp committed Nov 5, 2020
1 parent 47fbc17 commit 3e0edc3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions news/require-pytest-mpi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
New features
------------

* <news item>

Deprecations
------------

* <news item>

Exposing HDF5 functions
-----------------------

* <news item>

Bug fixes
---------

* <news item>

Building h5py
-------------

* <news item>

Development
-----------

* If pytest is missing pytest-mpi then it will now fail immediately with a clear warning message.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
filterwarnings =
error::h5py.h5py_warnings.H5pyDeprecationWarning
required_plugins = pytest-mpi

0 comments on commit 3e0edc3

Please sign in to comment.