Skip to content

Commit

Permalink
Dont pin openpyxl
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 committed Feb 17, 2020
1 parent fd6210a commit 9ee50cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements/base.txt
@@ -1,4 +1,3 @@
Django>=2.0
tablib[html,ods,xls,xlsx,yaml]>=0.14
diff-match-patch
openpyxl>=2.4,<2.5
1 change: 1 addition & 0 deletions tests/core/tests/test_admin_integration.py
Expand Up @@ -132,6 +132,7 @@ def test_returns_xlsx_export(self):
if f().get_title() == 'xlsx':
xlsx_index = i
break
breakpoint()
data = {'file_format': str(xlsx_index)}
response = self.client.post('/admin/core/book/export/', data)
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 9ee50cd

Please sign in to comment.