diff options
Diffstat (limited to 'tests/test_tablib.py')
-rwxr-xr-x | tests/test_tablib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tablib.py b/tests/test_tablib.py index 065e846..bd336f9 100755 --- a/tests/test_tablib.py +++ b/tests/test_tablib.py @@ -42,7 +42,7 @@ class TablibTestCase(BaseTestCase): def _test_export_data_in_all_formats(self, dataset, exclude=()): all_formats = [ 'json', 'yaml', 'csv', 'tsv', 'xls', 'xlsx', 'ods', 'html', 'jira', - 'latex', 'df', 'rst', 'cli', + 'latex', 'df', 'rst', ] for format_ in all_formats: if format_ in exclude: |