tests: use unittest.SkipTest
unittest.SkipTest was introduced in Python 2.7. We previously defined it with our own class so we could run on Python 2.6.
Loading
Please register or sign in to comment
unittest.SkipTest was introduced in Python 2.7. We previously defined it with our own class so we could run on Python 2.6.