Skip to content

Commit 48beedd

Browse files
committed
Revert tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 6451e4f commit 48beedd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_cli.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test_cli_with_environment_marker_and_complex_ranges():
278278
)
279279

280280

281-
# @pytest.mark.online
281+
@pytest.mark.online
282282
def 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
300300
def 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
318318
def 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
336336
def 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
354354
def 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

Comments
 (0)