Merge pull request #72 from eroen/master.public
run tests without depending on an already installed instance
This commit is contained in:
commit
f6e25d7acb
@ -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