about summary refs log tree commit diff
path: root/pkgs/applications/video/manim/pytest-report-header.patch
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-11-11 20:16:24 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-11-11 20:56:26 +0100
commit7fed8b19c23f66037bf7ff584b267cba33c17848 (patch)
treeb980ab25dc847abda535f1bf77febfbc1f3ea847 /pkgs/applications/video/manim/pytest-report-header.patch
parentdaad29f97e9e144e0a4ed81851bdf7edfd1f7bd9 (diff)
manim: 0.17.3 -> 0.18.0
Changelog: https://docs.manim.community/en/latest/changelog/0.18.0-changelog.html
Diffstat (limited to 'pkgs/applications/video/manim/pytest-report-header.patch')
-rw-r--r--pkgs/applications/video/manim/pytest-report-header.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/video/manim/pytest-report-header.patch b/pkgs/applications/video/manim/pytest-report-header.patch
index 953ede5dde94d..7aa87d373e508 100644
--- a/pkgs/applications/video/manim/pytest-report-header.patch
+++ b/pkgs/applications/video/manim/pytest-report-header.patch
@@ -1,8 +1,8 @@
 diff --git a/conftest.py b/conftest.py
-index da37e19b..d9f850d8 100644
+index dacb730a..149c6702 100644
 --- a/conftest.py
 +++ b/conftest.py
-@@ -32,16 +32,3 @@ def temp_media_dir(tmpdir, monkeypatch, request):
+@@ -33,17 +33,3 @@ def temp_media_dir(tmpdir, monkeypatch, request):
          with tempconfig({"media_dir": str(tmpdir)}):
              assert config.media_dir == str(tmpdir)
              yield tmpdir
@@ -13,6 +13,7 @@ index da37e19b..d9f850d8 100644
 -    info = ctx.info
 -    ctx.release()
 -    return (
+-        f"\nCairo Version: {cairo.cairo_version()}",
 -        "\nOpenGL information",
 -        "------------------",
 -        f"vendor: {info['GL_VENDOR'].strip()}",