Skip to content

Commit

Permalink
uncomment tests_require block
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhmather committed Mar 4, 2015
1 parent 2dee3cd commit 8ab1d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
'werkzeug >= 0.9, < 0.10',
'python-mimeparse >= 0.1.4',
],
# tests_require=list(set(sum(
# (extras_require[extra] for extra in ['XMLRenderer']), []
# ))),
tests_require=list(set(sum(
(extras_require[extra] for extra in ['Templates']), []
))),
extras_require=extras_require,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 8ab1d3d

Please sign in to comment.