-
Notifications
You must be signed in to change notification settings - Fork 314
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
feat: add integration tests for pluggable auth #1073
feat: add integration tests for pluggable auth #1073
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so far only comment request, in progress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please add comments to the test )
system_tests/noxfile.py
Outdated
def external_accounts(session): | ||
session.env[ALLOW_PLUGGABLE_ENV] = "1" | ||
session.install( | ||
*TEST_DEPENDENCIES_SYNC, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to change as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, without this environment variable set, pluggable auth tests will fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I meant the test dependencies, only *TEST_DEPENDENCIES_SYNC
was being used and I assumed they would need to be updated to *TEST_DEPENDENCIES_ASYNC
to reflect the nox session change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, gotcha. I updated the nox session to use SYNC instead, because I believe Chuan updated the code to work with 2.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like it failed with 2.7 :(
I don't have the context for this so I'm okay with moving it back to how you had it
|
No description provided.