From 3036f64b68207d74a06efcfbc2fdac91a6a70bbc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 30 Apr 2023 17:02:29 +0200 Subject: Replace xvfbwrapper with PyVirtualDisplay Fixes #249 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 6d1bc3d..a72cd8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,4 +36,4 @@ homepage = "https://github.com/jaseg/python-mpv" [project.optional-dependencies] screenshot_raw = ["Pillow"] -test = ['xvfbwrapper'] +test = ['PyVirtualDisplay'] -- cgit