File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66import pytest
77
88
9- # @pytest.mark.skip
9+ @pytest .mark .skip
1010@pytest .mark .skipif (
1111 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
1212 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -21,7 +21,7 @@ def test_connect_remote_operators(simple_bar):
2121 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
2222
2323
24- # @pytest.mark.skip
24+ @pytest .mark .skip
2525@pytest .mark .skipif (
2626 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0 ,
2727 reason = "Connecting data from different servers is " "supported starting server version 3.0" ,
@@ -36,7 +36,7 @@ def test_connect_3remote_operators(simple_bar):
3636 assert np .allclose (fc [0 ].data , 2 * op1 .outputs .fields_container ()[0 ].data )
3737
3838
39- # @pytest.mark.skip
39+ @pytest .mark .skip
4040@pytest .mark .skipif (
4141 not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
4242 reason = "Connecting data from different servers is " "supported starting server version 4.0" ,
You can’t perform that action at this time.
0 commit comments