Skip to content

Instantly share code, notes, and snippets.

@tssmits
Created February 4, 2019 11:00
Show Gist options
  • Select an option

  • Save tssmits/a8400bc3f2bafb733094d042869d935e to your computer and use it in GitHub Desktop.

Select an option

Save tssmits/a8400bc3f2bafb733094d042869d935e to your computer and use it in GitHub Desktop.
ignore psycopg2 warnings
def ignore_psycopg2_warnings():
import warnings
warnings.filterwarnings("ignore", message="The psycopg2 wheel package will be renamed from release 2.8;")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment