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

BUG - Undid Code that breaks tests due to psycopg import error #395

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

tech3371
Copy link
Contributor

Change Summary

closes #394

Overview

We are unable to run pytest locally to test anything because of issue listed in the ticket. The logic in the file was added to tests test_batch_starter.py's test_duplicate_job(). I undid that change since it's more important to test other tests. If we want to continue testing batch starter's duplicate job, we will need to revisit. I will create issue to capture that.

Testing

  • tests/lambda_endpoints/conftest.py
    • undid lines that create engine using postgresql for pytest

@tech3371 tech3371 added the bug Something isn't working label Nov 12, 2024
@tech3371 tech3371 requested a review from a team November 12, 2024 16:35
@tech3371 tech3371 self-assigned this Nov 12, 2024
@tech3371 tech3371 requested review from bourque, sdhoyt and subagonsouth and removed request for a team November 12, 2024 16:35
Copy link
Collaborator

@bourque bourque left a comment

Choose a reason for hiding this comment

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

LGTM

@tech3371 tech3371 merged commit 6d95102 into IMAP-Science-Operations-Center:dev Nov 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

BUG -psycopg error from pytests
3 participants