diff --git a/0001-fix-testcase-url-content-mismatch-error.patch b/0001-fix-testcase-url-content-mismatch-error.patch new file mode 100644 index 0000000000000000000000000000000000000000..b4b9cf350d1b916a9f0605df12c2e99c3c6fef4a --- /dev/null +++ b/0001-fix-testcase-url-content-mismatch-error.patch @@ -0,0 +1,181 @@ +From 0229e758318314ed8e82301bc80f967702a5418a Mon Sep 17 00:00:00 2001 +From: wang--ge +Date: Mon, 10 Jan 2022 19:55:27 +0800 +Subject: [PATCH] fix testcase url content mismatch error + +--- + tests/test_urls.py | 60 +++++++++++++++++++++++----------------------- + 1 file changed, 30 insertions(+), 30 deletions(-) + +diff --git a/tests/test_urls.py b/tests/test_urls.py +index 1d9736d..0e21e9d 100644 +--- a/tests/test_urls.py ++++ b/tests/test_urls.py +@@ -33,7 +33,7 @@ def test_parallel_build(): + # TODO: migrate to `app.build(..., parallel=2)` after merging + # https://github.com/sphinx-doc/sphinx/pull/8257 + subprocess.check_call('sphinx-build -j 2 -W -b html tests/examples/parallel-build build', shell=True) +- ++ + @pytest.mark.sphinx(srcdir=srcdir) + def test_404_page_created(app, status, warning): + app.build() +@@ -59,8 +59,8 @@ def test_default_settings(app, status, warning): + '
  • Documentation overview