Skip to content

Commit 24141d2

Browse files
fix: apply ruff formatting to test file
Co-Authored-By: [email protected] <[email protected]>
1 parent 6536aa4 commit 24141d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unit_tests/sources/declarative/test_concurrent_declarative_source.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,10 @@ def mocked_init(self, is_sequential_state: bool = True):
962962
"airbyte_cdk.sources.streams.concurrent.state_converters.abstract_stream_state_converter.AbstractStreamStateConverter.__init__",
963963
mocked_init,
964964
)
965-
@pytest.mark.skipif(sys.version_info >= (3, 12), reason="Concurrent read failure compatibility issue with Python 3.12+")
965+
@pytest.mark.skipif(
966+
sys.version_info >= (3, 12),
967+
reason="Concurrent read failure compatibility issue with Python 3.12+",
968+
)
966969
def test_read_with_concurrent_and_synchronous_streams():
967970
"""
968971
Verifies that a ConcurrentDeclarativeSource processes concurrent streams followed by synchronous streams

0 commit comments

Comments
 (0)