Skip to content

Commit eb5eb7c

Browse files
committed
Remove skipIf from citedby_1k tests
1 parent e49ef45 commit eb5eb7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_module.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ def check_citedby_1k(self, pub):
818818
self.assertEqual(len(citation_list), original_citation_count)
819819
return citation_list
820820

821-
@unittest.skipIf(os.getenv("CONNECTION_METHOD") in {None, "none", "freeproxy"}, reason="No robust proxy setup")
822821
def test_citedby_1k_citations(self):
823822
"""Test that scholarly can fetch 1000+ citations from an author
824823
"""
@@ -832,7 +831,6 @@ def test_citedby_1k_citations(self):
832831
for year, count in pub["cites_per_year"].items():
833832
self.assertEqual(yearwise_counter.get(str(year), 0), count)
834833

835-
@unittest.skipIf(os.getenv("CONNECTION_METHOD") in {None, "none", "freeproxy"}, reason="No robust proxy setup")
836834
def test_citedby_1k_scholar(self):
837835
"""Test that scholarly can fetch 1000+ citations from a pub search.
838836
"""

0 commit comments

Comments
 (0)