@@ -346,8 +346,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
346
346
assert result .stdout == (
347
347
'INTERCEPTED check/pytest '
348
348
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
349
- 'The annotate command will be removed in a future version.\n '
350
- 'Get in touch if you still use it: [email protected] \n '
351
349
'No data to report.\n '
352
350
'INTERCEPTED '
353
351
'python dev_tools/check_incremental_coverage_annotations.py HEAD\n '
@@ -372,8 +370,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
372
370
assert result .stdout == (
373
371
'INTERCEPTED check/pytest '
374
372
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
375
- 'The annotate command will be removed in a future version.\n '
376
- 'Get in touch if you still use it: [email protected] \n '
377
373
'No data to report.\n '
378
374
'INTERCEPTED '
379
375
'python dev_tools/check_incremental_coverage_annotations.py main\n '
@@ -390,8 +386,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
390
386
assert result .stdout == (
391
387
'INTERCEPTED check/pytest '
392
388
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
393
- 'The annotate command will be removed in a future version.\n '
394
- 'Get in touch if you still use it: [email protected] \n '
395
389
'No data to report.\n '
396
390
'INTERCEPTED '
397
391
'python dev_tools/check_incremental_coverage_annotations.py origin/main\n '
@@ -408,8 +402,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
408
402
assert result .stdout == (
409
403
'INTERCEPTED check/pytest '
410
404
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
411
- 'The annotate command will be removed in a future version.\n '
412
- 'Get in touch if you still use it: [email protected] \n '
413
405
'No data to report.\n '
414
406
'INTERCEPTED '
415
407
'python dev_tools/check_incremental_coverage_annotations.py upstream/main\n '
@@ -426,8 +418,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
426
418
assert result .stdout == (
427
419
'INTERCEPTED check/pytest '
428
420
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
429
- 'The annotate command will be removed in a future version.\n '
430
- 'Get in touch if you still use it: [email protected] \n '
431
421
'No data to report.\n '
432
422
'INTERCEPTED '
433
423
'python dev_tools/check_incremental_coverage_annotations.py upstream/main\n '
@@ -456,8 +446,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
456
446
assert result .stdout == (
457
447
'INTERCEPTED check/pytest '
458
448
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
459
- 'The annotate command will be removed in a future version.\n '
460
- 'Get in touch if you still use it: [email protected] \n '
461
449
'No data to report.\n '
462
450
'INTERCEPTED '
463
451
'python dev_tools/check_incremental_coverage_annotations.py HEAD\n '
@@ -474,8 +462,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
474
462
assert result .stdout == (
475
463
'INTERCEPTED check/pytest '
476
464
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
477
- 'The annotate command will be removed in a future version.\n '
478
- 'Get in touch if you still use it: [email protected] \n '
479
465
'No data to report.\n '
480
466
'INTERCEPTED '
481
467
'python dev_tools/check_incremental_coverage_annotations.py main\n '
@@ -499,8 +485,6 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
499
485
assert result .stdout .startswith (
500
486
'INTERCEPTED check/pytest '
501
487
'--cov --cov-config=dev_tools/conf/.coveragerc\n '
502
- 'The annotate command will be removed in a future version.\n '
503
- 'Get in touch if you still use it: [email protected] \n '
504
488
'No data to report.\n '
505
489
'INTERCEPTED '
506
490
'python dev_tools/check_incremental_coverage_annotations.py '
0 commit comments