@@ -278,7 +278,7 @@ def test_cli_with_environment_marker_and_complex_ranges():
278278 )
279279
280280
281- # @pytest.mark.online
281+ @pytest .mark .online
282282def test_cli_with_azure_devops_with_python_310 ():
283283 requirements_file = test_env .get_test_loc ("azure-devops.req.txt" )
284284 expected_file = test_env .get_test_loc ("azure-devops.req-310-expected.json" , must_exist = False )
@@ -296,7 +296,7 @@ def test_cli_with_azure_devops_with_python_310():
296296 )
297297
298298
299- # @pytest.mark.online
299+ @pytest .mark .online
300300def test_cli_with_azure_devops_with_python_312 ():
301301 requirements_file = test_env .get_test_loc ("azure-devops.req.txt" )
302302 expected_file = test_env .get_test_loc ("azure-devops.req-312-expected.json" , must_exist = False )
@@ -314,7 +314,7 @@ def test_cli_with_azure_devops_with_python_312():
314314 )
315315
316316
317- # @pytest.mark.online
317+ @pytest .mark .online
318318def test_cli_with_azure_devops_with_python_314 ():
319319 requirements_file = test_env .get_test_loc ("azure-devops.req.txt" )
320320 expected_file = test_env .get_test_loc ("azure-devops.req-314-expected.json" , must_exist = False )
@@ -332,7 +332,7 @@ def test_cli_with_azure_devops_with_python_314():
332332 )
333333
334334
335- # @pytest.mark.online
335+ @pytest .mark .online
336336def test_cli_with_azure_devops_with_python_313 ():
337337 requirements_file = test_env .get_test_loc ("azure-devops.req.txt" )
338338 expected_file = test_env .get_test_loc ("azure-devops.req-313-expected.json" , must_exist = False )
@@ -350,7 +350,7 @@ def test_cli_with_azure_devops_with_python_313():
350350 )
351351
352352
353- # @pytest.mark.online
353+ @pytest .mark .online
354354def test_cli_with_azure_devops_with_python_38 ():
355355 requirements_file = test_env .get_test_loc ("azure-devops.req.txt" )
356356 expected_file = test_env .get_test_loc ("azure-devops.req-38-expected.json" , must_exist = False )
0 commit comments