xarray-contrib / pint-xarray

Interface for using pint with xarray, providing convenience accessors
https://pint-xarray.readthedocs.io/en/latest/
Apache License 2.0
101 stars 12 forks source link

use `pytest-reportlog` to generate the CI message #171

Closed keewis closed 2 years ago

keewis commented 2 years ago

Most importantly, this means that if the test suites fail because of an import error we still get a CI issue.

keewis commented 2 years ago

we could probably rely on pytest-md or pytest-html instead, but with pytest-reportlog we're more flexible in the future (like if we want to compute failure diffs / open issues for warnings)