From 7fed8b19c23f66037bf7ff584b267cba33c17848 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 11 Nov 2023 20:16:24 +0100 Subject: manim: 0.17.3 -> 0.18.0 Changelog: https://docs.manim.community/en/latest/changelog/0.18.0-changelog.html --- pkgs/applications/video/manim/pytest-report-header.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video/manim/pytest-report-header.patch') 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()}", -- cgit 1.4.1