Fixes packaging: *.py-tpl are now included using recursive-include in MANIFEST.in

This commit is contained in:
Romain Dorgueil
2017-12-03 09:57:56 +01:00
parent 23374e7d58
commit e39ab0e62e
6 changed files with 27 additions and 37 deletions

View File

@ -6,9 +6,6 @@ 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"
)
@all_runners
def test_convert(runner, tmpdir):
csv_content = 'id;name\n1;Romain'