Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: [
"3.9", "3.12"
"3.10", "3.14"
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: [
"3.9", "3.13"
"3.10", "3.13"
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def lint_mypy(context):
--disable-error-code=misc
--cache-dir=build/mypy
--strict
--python-version=3.9
--python-version=3.10
""",
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RUN: %expect_exit 2 %html2pdf print --page-load-timeout 1000000 %S/index1.html %S/Output/index1.pdf 2>&1 | filecheck %s

CHECK: main.py print: error: argument --page-load-timeout: Must be an integer in the range [0, 600].
CHECK: {{.*}} print: error: argument --page-load-timeout: Must be an integer in the range [0, 600].
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
page2_text_normalized
== """\
1. Section 1
Vivam us consectetur m ollis varius. Quisque posuere venenatis nulla, sit am et
pulvinar m etus vestibulum sed. Sed at libero nec justo leo.
StrictDoc Docum entation Test document
Vivamus consectetur mollis varius. Quisque posuere venenatis nulla, sit amet
pulvinar metus vestibulum sed. Sed at libero nec justo leo.
StrictDoc Documentation Test document
2025-12-21 3/4\
"""
), page2_text_normalized
Expand All @@ -35,8 +35,8 @@
page3_text_normalized
== """\
2. Section 2
L orem ipsum dolor sit am et, c
StrictDoc Docum entation Test document
Lorem ipsum dolor sit amet, c
StrictDoc Documentation Test document
2025-12-21 4/4\
"""
), page3_text_normalized
Loading