run tests without depending on an already installed instance
This commit is contained in:
parent
33fa56d8e9
commit
4e5e8c44f7
@ -27,8 +27,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import pkg_resources
|
import isso as dist
|
||||||
dist = pkg_resources.get_distribution("isso")
|
|
||||||
|
|
||||||
# check if exectuable is `isso` and gevent is available
|
# check if exectuable is `isso` and gevent is available
|
||||||
import sys
|
import sys
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import pkg_resources
|
import isso as dist
|
||||||
dist = pkg_resources.get_distribution("isso")
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user