-
Notifications
You must be signed in to change notification settings - Fork 346
chore: remove test using deprecated code #1688
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
base: main
Are you sure you want to change the base?
Conversation
|
I am concerned that this PR has unstated side effects. While not stated in the PR description, it appears that this PR is ultimately about clearing a blocker that prevents resolving a TODO: By removing the entire test, we do indeed eliminate the HOWEVER, we end up in a situation whereby we do not fully/properly exercise the Thus, the statement: In addition, this PR includes a potentially unneeded commit that updates the Rather than deleting the test, I suggest that we:
To update the test: To update |
|
I am concerned that this PR has unstated side effects. While not stated in the PR description, it appears that this PR is ultimately about clearing a blocker that prevents resolving a TODO: By removing the entire test, we do indeed eliminate the HOWEVER, we end up in a situation whereby we do not fully/properly exercise the Thus, the statement: In addition, this PR includes a potentially unneeded commit that updates the Rather than deleting the test, I suggest that we
To update the test: To update setup.py, remove the bounds and the comment for |
This test is to test if the auth lib can use the encrypted private key, however this path is being tested using other test cases, as by removing this test case the coverage doesn't change. So removing this test case as it is using deprecated code.