Skip to content

Revert "Bump python 396 (#130)" #131

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

Merged
merged 3 commits into from
Nov 30, 2021
Merged

Revert "Bump python 396 (#130)" #131

merged 3 commits into from
Nov 30, 2021

Conversation

zachharris1
Copy link
Contributor

This reverts #130

Description of change

#130 was merged with the intention that we would be bumping to 3.9.6. However, we've found a potential bug introduced in python 3.6.0. We're opting to revert this for now.

QA steps

  • automated tests passing
  • manual qa steps passing (list below)

Risks

None, this reverts to a working commit

Rollback steps

  • revert this branch

@@ -34,7 +34,8 @@ jobs:
command: |
source dev_env.sh
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install psycopg2==2.8.6
apt install -y libpq-dev
pip install psycopg2==2.8.4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is worth providing some context. Tap-tester is running python 3.9 but the tap is on 3.5.6.

3.9 is incompatible with psycopg2==2.7.4 so it needs psycopg2==2.8.4 (tap-tester uses psycopg2 to set up the db in the tests)

3.5.6 is incompatible with psycopg2==2.8.4 so it needs psycopg2==2.7.4

@cosimon cosimon merged commit 7b9c68d into master Nov 30, 2021
@cosimon cosimon deleted the revert-130 branch November 30, 2021 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants