We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f0c0 commit cb24c5cCopy full SHA for cb24c5c
requirements-dev.txt
@@ -2,7 +2,6 @@
2
3
# Testing
4
# -------------------------------------------------
5
-mock==2.0.0
6
# Fix for travis CI tests failing
7
# Ref: https://github.com/FactoryBoy/factory_boy/issues/334#issuecomment-267696136
8
fake-factory==0.7.4
requirements.txt
@@ -31,7 +31,7 @@ oauthlib==1.1.2
31
python-openid==2.2.5
32
requests==2.7.0
33
requests-oauthlib==0.5.0
34
-mock==1.10 # Django all auth needs
+mock==2.0.0 # Django all auth needs
35
36
# Admin
37
0 commit comments