skip authenticated tests in test_gsheet_feeder.py

This commit is contained in:
erinhmclark
2025-02-11 11:28:24 +00:00
parent a69ac3e509
commit 18666ff027

View File

@@ -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"""