We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f95734 commit f068091Copy full SHA for f068091
tests/test_pytest_arraydiff.py
@@ -19,7 +19,7 @@ def test_succeeds_func_text():
19
20
@pytest.mark.array_compare(file_format='pd_hdf', reference_dir=reference_dir)
21
def test_succeeds_func_pdhdf():
22
- import pandas as pd
+ pd = pytest.importorskip('pandas')
23
return pd.DataFrame(data=np.arange(20), columns=['test_data'])
24
25
@pytest.mark.array_compare(file_format='fits', reference_dir=reference_dir)
0 commit comments