mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Remove missed cairo import
This commit is contained in:
parent
7de544da1c
commit
5be4c13148
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import logging
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import cairo
|
||||
import moderngl
|
||||
import pytest
|
||||
|
||||
|
|
@ -20,7 +19,6 @@ def pytest_report_header(config):
|
|||
raise Exception("Error while creating moderngl context") from e
|
||||
|
||||
return (
|
||||
f"\nCairo Version: {cairo.cairo_version()}",
|
||||
"\nOpenGL information",
|
||||
"------------------",
|
||||
f"vendor: {info['GL_VENDOR'].strip()}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue