tests/exporters/test_hdf5.py: skip if no h5py

This commit is contained in:
Artturin 2021-07-18 01:26:22 +03:00
parent ddf73c2ecf
commit 2de5cd78da

View File

@ -4,7 +4,7 @@ import pyqtgraph as pg
from pyqtgraph.exporters import HDF5Exporter
import numpy as np
from numpy.testing import assert_equal
import h5py
h5py = pytest.importorskip("h5py")
@pytest.fixture