Moves jupyter extension to both bonobo.contrib.jupyter (for the jupyter widget) and to bonobo.plugins (for the executor-side plugin).

This commit is contained in:
Romain Dorgueil
2017-11-12 09:08:05 +01:00
parent 4bea3f7dad
commit d1481fbfe8
42 changed files with 183 additions and 128 deletions

View File

@ -6,8 +6,9 @@ from bonobo.util.environ import change_working_directory
from bonobo.util.testing import all_runners
@pytest.mark.skipif(sys.version_info < (3, 6),
reason="python 3.5 does not preserve kwargs order and this cant pass for now")
@pytest.mark.skipif(
sys.version_info < (3, 6), reason="python 3.5 does not preserve kwargs order and this cant pass for now"
)
@all_runners
def test_convert(runner, tmpdir):
csv_content = 'id;name\n1;Romain'