Skip to content

Commit

Permalink
remove benchmark tex test, tested in the nightly build anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 17, 2025
1 parent 14aa7fe commit 8d905d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions distribution/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,6 @@ def build_benchmark_tex(
assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file()


@flaky
@no_parallel
@requires_github
def test_build_benchmark_tex(tmp_path):
benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md"
tex_path = DISTRIBUTION_PATH / f"{benchmarks_path.stem}.tex"

try:
build_benchmark_tex(tmp_path)
assert benchmarks_path.is_file()
finally:
tex_path.unlink(missing_ok=True)


def build_deprecations_tex(force: bool = False):
"""Build LaTeX files for the deprecations table to go into the release notes."""

Expand Down

0 comments on commit 8d905d3

Please sign in to comment.