Skip to content

Commit

Permalink
batch10
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravgiYash committed Oct 8, 2020
1 parent 3271947 commit 3683202
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions openlibrary/catalog/merge/test_amazon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

import pytest
from openlibrary.catalog.merge.amazon import (
attempt_merge,
compare_authors, compare_publisher,
full_title, build_titles, compare_title)
attempt_merge)

pytestmark = pytest.mark.skip('Skip Legacy Amazon record matching tests.')

Expand Down
1 change: 0 additions & 1 deletion openlibrary/catalog/merge/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from openlibrary.catalog.merge.merge import (
attempt_merge,
compare_authors, compare_publisher,
full_title, build_titles, compare_title)

""" These tests seem to be duplicates of those in test_amazon.py,
Expand Down
1 change: 0 additions & 1 deletion openlibrary/catalog/olwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import web
from infogami.infobase import client
import simplejson
import sys

web.ctx.ip = '127.0.0.1'

Expand Down

0 comments on commit 3683202

Please sign in to comment.