Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 6e6bcdd

Browse files
committedOct 24, 2021
Skip failing test as Google News format has changed
1 parent 9d21dbb commit 6e6bcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_googler.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def have_matched_keywords(result):
5151
gr.some_should(have_matched_keywords)
5252

5353

54+
@pytest.mark.skip(reason="Google News format has changed")
5455
def test_news_search():
5556
def have_metadata(result):
5657
return bool(result.get("metadata"))

0 commit comments

Comments
 (0)
This repository has been archived.