Update httpretty to 0.6.5
(but no further due to https://github.com/gabrielfalcao/HTTPretty/issues/114)
This commit is contained in:
parent
ed5cc0ac11
commit
99d0a8066b
2 changed files with 6 additions and 8 deletions
|
@ -2,10 +2,6 @@ from __future__ import unicode_literals
|
|||
import json
|
||||
import httpretty
|
||||
|
||||
# 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