You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of how the integration test setUp method works, our tests currently require postgres to be accessible even when we're only testing BigQuery, Snowflake, or Redshift. This became apparent when I split up the tests to run in parallel on circleci 2.0 (so no longer just running tox to get all the tests).
We should remove that dependency, and if possible preserve the current convenience offered by setUp.
The text was updated successfully, but these errors were encountered:
Because of how the integration test setUp method works, our tests currently require postgres to be accessible even when we're only testing BigQuery, Snowflake, or Redshift. This became apparent when I split up the tests to run in parallel on circleci 2.0 (so no longer just running
tox
to get all the tests).We should remove that dependency, and if possible preserve the current convenience offered by setUp.
The text was updated successfully, but these errors were encountered: