Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI for rst2pdf>=0.99 #12

Merged
merged 2 commits into from
Jan 12, 2022
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 codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
require_changes: true
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"luigi-tools>=0.0.15",
"pandas",
"rst2pdf",
"sphinx>=3,<4",
"sphinx>=3,<5",
"tqdm",
]
doc_reqs = [
Expand All @@ -20,11 +20,12 @@
"sphinx-bluebrain-theme",
]
test_reqs = [
"pause",
"diff_pdf_visually>=1.6.2",
"pause",
"pytest",
"pytest-cov",
"pytest-html",
"rst2pdf>=0.99",
]

setup(
Expand Down
Binary file modified tests/data/test_report/report_no_exception_rst2pdf.pdf
Binary file not shown.
Binary file modified tests/data/test_report/report_rst2pdf.pdf
Binary file not shown.
Binary file modified tests/data/test_report/report_rst2pdf_all_fail.pdf
Binary file not shown.
Binary file modified tests/data/test_report/report_rst2pdf_all_success.pdf
Binary file not shown.
Binary file modified tests/data/test_report/report_rst2pdf_warnings.pdf
Binary file not shown.
Binary file modified tests/data/test_report_before_run/report_rst2pdf_with_config.pdf
Binary file not shown.