Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Jul 25, 2022
1 parent 6ef105d commit 969a800
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_remote_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ def cleanup(request):


@pytest.mark.xfail(raises=ServerTypeError)
@pytest.mark.skipif(not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
reason='Connecting data from different servers is '
'supported starting server version 3.0')
@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
reason='Connecting data from different servers is '
'supported starting server version 3.0'
)
def test_simple_remote_workflow(simple_bar, local_server):
data_sources1 = core.DataSources(simple_bar)
wf = core.Workflow()
Expand Down

0 comments on commit 969a800

Please sign in to comment.