Suppressing Python wanings globally

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Moore

    Suppressing Python wanings globally

    How can I suppress a Python warning globally (i.e., for all instances
    of Python I run)? I have a test suite that runs Python via
    sys.executable, so the -W flag won't work. A wrapper script doesn't
    work, as sys.executable doesn't point to that. And PYTHONSTARTUP is
    only for interactive use, so that's no good...

    Is there an obvious way I've missed? Surely this is a common issue?

    Paul.
Working...