Update httpretty to 0.6.5
(but no further due to https://github.com/gabrielfalcao/HTTPretty/issues/114)
This commit is contained in:
parent
09203ff2b8
commit
be7463518b
3 changed files with 8 additions and 13 deletions
|
@ -3,10 +3,6 @@ import json
|
|||
import httpretty
|
||||
from httpretty import GET
|
||||
|
||||
# TEMP: Temporary hack until httpretty string checking is fixed
|
||||
if httpretty.compat.PY3:
|
||||
httpretty.core.basestring = (bytes, str)
|
||||
|
||||
try:
|
||||
import unittest2 as unittest # Python2.6
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue