Skip to content

Commit

Permalink
Fix CI for rst2pdf>=0.99 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jan 12, 2022
1 parent d7f4bf7 commit 0775a96
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
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.

0 comments on commit 0775a96

Please sign in to comment.