Skip to content

Commit

Permalink
Freeze MockMockMock's version before its interface changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jun 23, 2015
1 parent 450e344 commit 649575f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
import os
import setuptools

version = "0.7.1"
version = "0.7.2"


setuptools.setup(
Expand All @@ -32,8 +32,8 @@
"Programming Language :: Python :: 3.4",
"Topic :: Database",
],
install_requires=["requests>=2.2"],
tests_require=["testresources", "MockMockMock"],
install_requires=["requests>=2.1"],
tests_require=["testresources", "MockMockMock<0.6.0"],
test_suite="LowVoltage.tests" if "AWS_ACCESS_KEY_ID" in os.environ else "LowVoltage.tests.local",
test_loader="testresources:TestLoader",
use_2to3=True,
Expand Down

0 comments on commit 649575f

Please sign in to comment.