rusackas commented on PR #39469:
URL: https://github.com/apache/superset/pull/39469#issuecomment-4775634375

   @shantanukhond I think this is one CI culprit: in 
`tests/integration_tests/users/api_tests.py:186`, 
`test_put_my_password_invalidates_cloned_session_client` calls a bare 
`login(client_a, ADMIN_USERNAME)` that's never imported or defined. Every other 
test uses `self.login(...)`, so this one `NameError`s. Fix that, get pre-commit 
+ the DB test jobs green, and clear the remaining bot threads, then ping me for 
a re-look. Thanks yet again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to