Skip to content

Commit d16e135

Browse files
committed
Revert "Tests: uncover a quirk in our linkcheck tests"
This reverts commit c9d6d6f. Conflicts: tests/test_builders/test_build_linkcheck.py
1 parent 27f2de7 commit d16e135

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_builders/test_build_linkcheck.py

-2
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ def log_date_time_string(self):
714714
)
715715
def test_follows_redirects_on_HEAD(app, capsys):
716716
with serve_application(app, make_redirect_handler(support_head=True)) as address:
717-
compile_linkcheck_allowed_redirects(app, app.config)
718717
app.build()
719718
_stdout, stderr = capsys.readouterr()
720719
content = (app.outdir / 'output.txt').read_text(encoding='utf8')
@@ -736,7 +735,6 @@ def test_follows_redirects_on_HEAD(app, capsys):
736735
)
737736
def test_follows_redirects_on_GET(app, capsys):
738737
with serve_application(app, make_redirect_handler(support_head=False)) as address:
739-
compile_linkcheck_allowed_redirects(app, app.config)
740738
app.build()
741739
_stdout, stderr = capsys.readouterr()
742740
content = (app.outdir / 'output.txt').read_text(encoding='utf8')

0 commit comments

Comments
 (0)