Skip to content

Commit cd3ee00

Browse files
authored
Merge pull request #527 from pythonindia/remove_markdown_extension
Add mock dep and remove markdown extension
2 parents 4663a7e + 8310e0c commit cd3ee00

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +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==2.0.0 # Django all auth needs
3435

3536
# Admin
3637
# -------------------------------------------------

settings/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226

227227
SITE_PROTOCOL = 'http'
228228

229-
MARKDOWN_EXTENSIONS = ['linkify']
229+
# MARKDOWN_EXTENSIONS = ['linkify']
230230

231231

232232
# twitter settings

0 commit comments

Comments
 (0)