Skip to content

Commit

Permalink
py3.4 problems - still on httpretty 0.8.8?
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Mar 12, 2015
1 parent 57995d5 commit f9de247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def requirements():
install_requires=requirements(),
zip_safe=False,
test_suite='nose.collector',
tests_require=['nose>=1.0.0', 'httpretty<0.8.7']
tests_require=['nose>=1.0.0', 'httpretty>=0.8.8']
)

0 comments on commit f9de247

Please sign in to comment.