Skip to content

Commit cb24c5c

Browse files
committed
Remove mock requirement in dev requirements
1 parent 408f0c0 commit cb24c5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Testing
44
# -------------------------------------------------
5-
mock==2.0.0
65
# Fix for travis CI tests failing
76
# Ref: https://github.com/FactoryBoy/factory_boy/issues/334#issuecomment-267696136
87
fake-factory==0.7.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oauthlib==1.1.2
3131
python-openid==2.2.5
3232
requests==2.7.0
3333
requests-oauthlib==0.5.0
34-
mock==1.10 # Django all auth needs
34+
mock==2.0.0 # Django all auth needs
3535

3636
# Admin
3737
# -------------------------------------------------

0 commit comments

Comments
 (0)