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
|
||||
|
||||
import pkg_resources
|
||||
dist = pkg_resources.get_distribution("isso")
|
||||
import isso as dist
|
||||
|
||||
# check if exectuable is `isso` and gevent is available
|
||||
import sys
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pkg_resources
|
||||
dist = pkg_resources.get_distribution("isso")
|
||||
import isso as dist
|
||||
|
||||
import json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user