Skip to content

Commit

Permalink
Switch to the older version of mock for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Jul 10, 2015
1 parent c67fb9b commit 19d357d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read_file(filename):
],

test_requires=[
"mock>=1.0.1",
"mock==1.0.1",
],

packages=find_packages(exclude=['*.pyc']),
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
celery>=3.1
djtables>=0.1.2
mock>=1.0.1
mock==1.0.1

0 comments on commit 19d357d

Please sign in to comment.