Skip to content

Commit

Permalink
Make work
Browse files Browse the repository at this point in the history
More fixy


fix


fix
  • Loading branch information
chadrik committed Nov 13, 2019
1 parent 8b7e17d commit 2bc357c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdks/python/run_nose.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

from __future__ import absolute_import

import sys

from nose.plugins import Plugin


Expand Down Expand Up @@ -65,4 +67,7 @@ def configure(self, options, conf):

if __name__ == '__main__':
import nose
# remove the current directory so that we import from tox site-packages
# rather than the source tree.
sys.path = sys.path[1:]
nose.main(addplugins=[BeamTestPlugin()])
3 changes: 3 additions & 0 deletions sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ extras = test
whitelist_externals =
false
time
cp
deps =
cython: cython==0.28.1

# These 2 magic command overrides are required for Jenkins builds.
# Otherwise we get "OSError: [Errno 2] No such file or directory" errors.
Expand Down

0 comments on commit 2bc357c

Please sign in to comment.