diff options
Diffstat (limited to 'tests/test_build_linkcheck.py')
-rw-r--r-- | tests/test_build_linkcheck.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_build_linkcheck.py b/tests/test_build_linkcheck.py index 80beb71b7..88cf2aee1 100644 --- a/tests/test_build_linkcheck.py +++ b/tests/test_build_linkcheck.py @@ -12,6 +12,7 @@ import http.server import json import re from unittest import mock + import pytest from utils import http_server |