NOAA-OWP / hydrotools

Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Other
53 stars 12 forks source link

Add pytest-aiohttp development dep to svi_client #218

Closed aaraney closed 1 year ago

aaraney commented 1 year ago

fixes #217

Additions

Testing

  1. Verified that this resolves locally RuntimeError: There is no current event loop in thread 'MainThread'. thrown in slow unit tests.

Checklist

aaraney commented 1 year ago

Weird, looks like a NWMFileProcessor test is failing.

aaraney commented 1 year ago

Looks like the xarray.backends.plugins.list_engines function is throwing a exception because an EntryPoints object doenst have a method im assuming it previously had. Im going to throw this into its own issue and track it there.