Skip to content

Commit

Permalink
let's not use threads to avoid Unidata/netcdf4-python#1192
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 4, 2022
1 parent f2b5e93 commit d8d0d4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_to_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

import sys

import dask
import httpx
import iris
import pytest
import xarray as xr

from erddapy import ERDDAP

dask.config.set(scheduler="single-threaded")


@pytest.fixture
@pytest.mark.web
Expand Down

0 comments on commit d8d0d4c

Please sign in to comment.