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

Flake8: remove unused imports #84

Closed
wants to merge 8 commits into from

Conversation

squeaky-pl
Copy link
Contributor

No description provided.

Copy link
Contributor

@AlecRosenbaum AlecRosenbaum left a comment

Choose a reason for hiding this comment

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

Is the failing test related at all?

@squeaky-pl
Copy link
Contributor Author

Need to investigate this, it seems to be consistently failing in CircleCI but not locally.

@squeaky-pl squeaky-pl changed the title Flake8: remove unused app imports Flake8: remove unused imports Feb 15, 2022
@@ -97,7 +97,7 @@ def test_auth_error_handling(contact_sync, default_account, db):
db.session.commit()

contact_sync.start()
contact_sync.join(timeout=10)
contact_sync.join(timeout=15)
Copy link
Contributor

Choose a reason for hiding this comment

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

it this needed still? It looks like the test would be skipped

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, I added a separate issue about removing it.

@squeaky-pl
Copy link
Contributor Author

squeaky-pl commented Feb 16, 2022

This triggered following error in delete-accounts pod.

Screenshot 2022-02-16 at 09 29 13

All the other pods seemed to be working correctly. Need to figure out which import has side effects of fully initializing SQLAlchemy in delete-accounts pod.

@squeaky-pl squeaky-pl marked this pull request as draft February 16, 2022 08:33
@squeaky-pl
Copy link
Contributor Author

This has rotten now, will open another one.

@squeaky-pl squeaky-pl closed this Nov 11, 2022
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