-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the pytest plugin pytest-mpi is present
and fail with a clear warning when it is not. Resolves h5py#1696.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |