change: remove support for Python 2.7

This commit is contained in:
debugtalk
2020-03-07 17:05:07 +08:00
parent 3c9eb14409
commit d1fb5e6cdc
10 changed files with 38 additions and 132 deletions

View File

@@ -1,7 +1,3 @@
# encoding: utf-8
from httprunner.compat import JSONDecodeError, FileNotFoundError
""" failure type exceptions
these exceptions will mark test as failure
"""