Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macos14 tests on 1.5 #954

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Fix macos14 tests on 1.5 #954

merged 5 commits into from
Nov 20, 2024

Conversation

VersusFacit
Copy link
Contributor

resolves #
docs dbt-labs/docs.getdbt.com/#

Problem

1.4 tests will fail on macos until we fix this.

Solution

Go to a version with a psycopg2 binary.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@VersusFacit VersusFacit self-assigned this Nov 20, 2024
@VersusFacit VersusFacit requested a review from a team as a code owner November 20, 2024 04:42
@cla-bot cla-bot bot added the cla:yes label Nov 20, 2024
@VersusFacit VersusFacit changed the base branch from main to 1.5.latest November 20, 2024 04:42
@VersusFacit VersusFacit added the Skip Changelog Skips GHA to check for changelog file label Nov 20, 2024
@VersusFacit
Copy link
Contributor Author

VersusFacit commented Nov 20, 2024

Judging from this manual CI run, we need to use brackets around these....

https://github.com/dbt-labs/dbt-redshift/actions/runs/11927014503

Are PR checks still using the already-checked-in version? If so, this would explain for why they failed here but passed in the linked CI run

const defaultPythonVersion = "3.9";
const supportedPythonVersions = ["3.9", "3.10", "3.11"];
const defaultPythonVersion = "3.10";
const supportedPythonVersions = ["3.9", "3.10", "3.11", "3.12"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't support 3.12 on this version.

@VersusFacit VersusFacit force-pushed the fix_macos14_tests_on_1.5 branch from 2dae269 to b2aa24a Compare November 20, 2024 17:48
@mikealfare mikealfare merged commit c6b9143 into 1.5.latest Nov 20, 2024
21 checks passed
@mikealfare mikealfare deleted the fix_macos14_tests_on_1.5 branch November 20, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants