Skip to content

Commit

Permalink
fix dependency & test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Wu committed Apr 21, 2016
1 parent fb70da4 commit c896df5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion django_seo_js/backends/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def get_response_for_url(self, url):
r["test rendered"] = "headers"
r.status_code = 503
r.content_type = "text/html"
assert r.status_code < 500

def update_url(self, url):
return False
11 changes: 0 additions & 11 deletions django_seo_js/tests/test_templatetags.py

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.2.1
requests

0 comments on commit c896df5

Please sign in to comment.