Kaydet (Commit) c473d5eb authored tarafından Neal Norwitz's avatar Neal Norwitz

Get rid of deprecation warning when testing commands.getstatus()

üst 216f9b07
......@@ -4,6 +4,10 @@
'''
import unittest
import os, tempfile, re
import warnings
warnings.filterwarnings('ignore', r".*commands.getstatus.. is deprecated",
DeprecationWarning)
from test.test_support import TestSkipped, run_unittest, reap_children
from commands import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment