mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
skip authenticated tests in test_gsheet_feeder.py
This commit is contained in:
@@ -185,7 +185,7 @@ def test_should_process_sheet(setup_module):
|
||||
assert gdb.should_process_sheet("AnotherSheet") == False
|
||||
|
||||
|
||||
# @pytest.mark.skip(reason="Requires a real connection")
|
||||
@pytest.mark.skip(reason="Requires a real connection")
|
||||
class TestGSheetsFeederReal:
|
||||
"""Testing GSheetsFeeder class"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user