pp-mo / ncdata

Free and efficient exchange of data between netcdf files, Xarray and Iris
https://ncdata.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Stop using 'iris.tests' #24

Open pp-mo opened 12 months ago

pp-mo commented 12 months ago

We don't really want to install requests + filelock. which are now required to use iris.tests. (cf problem here) All we actually use it for is to locate the installed test data. Which requires setting OVERRIDE_TEST_DATA_REPOSITORY and then using iris.tests.get_data_path.

So we might as well implement our own mechanism for accessing the iris test data (but could still use the same OVERRIDE key)