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

Allow user to silence warnings #1323

Closed
lavigne958 opened this issue Oct 19, 2023 · 0 comments · Fixed by #1324
Closed

Allow user to silence warnings #1323

lavigne958 opened this issue Oct 19, 2023 · 0 comments · Fixed by #1324
Assignees
Milestone

Comments

@lavigne958
Copy link
Collaborator

Overview

Allow a user to silence all the deprecation warnings

Use an environment variable to allow a user to silence warnings:

  • name: GSPREAD_SILENCE_WARNING
  • value: 1
  • action: if set to 1 -> then -> do not emit any deprecation warning.
@lavigne958 lavigne958 added this to the 5.12 milestone Oct 19, 2023
@lavigne958 lavigne958 self-assigned this Oct 19, 2023
lavigne958 added a commit that referenced this issue Oct 19, 2023
Anyone can silence all the deprecation warnings using the env variable
GSPREAD_SILENCE_WARNINGS=1

closes #1323

Signed-off-by: Alexandre Lavigne <[email protected]>
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 a pull request may close this issue.

1 participant