Skip to content

Commit c1c9495

Browse files
committed
Skip test with missing optional pyproj package
1 parent 305bd21 commit c1c9495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pysteps/tests/test_exporters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_io_export_netcdf_one_member_one_time_step():
3636
"""Test the export netcdf."""
3737

3838
pytest.importorskip('netCDF4')
39+
pytest.importorskip('pyproj')
3940

4041
# open a netcdf file
4142
root_path = pysteps.rcparams.data_sources["bom"]["root_path"]

0 commit comments

Comments
 (0)