Skip to content

Commit

Permalink
fixes ckoepp#11 by hard-code httpretty version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Oct 27, 2013
1 parent 1f5ebb1 commit 299a4e5
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 @@ -38,5 +38,5 @@ def requirements():
install_requires=requirements(),
zip_safe=False,
test_suite='nose.collector',
tests_require=['nose', 'nose-cover3', 'httpretty']
tests_require=['nose', 'nose-cover3', 'httpretty=0.6.2']
)

0 comments on commit 299a4e5

Please sign in to comment.