bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
33 stars 45 forks source link

Update dependencies to make tests pass #803

Closed padraic-shafer closed 5 months ago

padraic-shafer commented 5 months ago

Description

Tests are failing in GitHub CI and locally on my laptop.

Updates

Bonus

Motivation and Context

Currently tests are failing; these changes enable test suite to pass without loss of functionality.

How Has This Been Tested?

Tested locally on MacOS (M2) with fresh instances of Mongo:(5, 6, 7) available on port 27017 (pulled from official docker hub mongo images) and with tiled image from databroker/docker-compose.yml.

padraic-shafer commented 5 months ago

Passes linter and unit tests in GH actions.

_NOTE: duplicate branch linked here to spur GH actions (which currently are not configured for manual workflow_dispatch)_