summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-30 17:02:29 +0200
committerjaseg <136313+jaseg@users.noreply.github.com>2023-06-03 18:31:21 +0200
commit3036f64b68207d74a06efcfbc2fdac91a6a70bbc (patch)
tree2b672f80f768e6522e7eff84328c823ce600c2cc /pyproject.toml
parent5a1a2734f2238cd201b4c94d878eb9daf31c3b63 (diff)
downloadpython-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.tar.gz
python-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.tar.bz2
python-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.zip
Replace xvfbwrapper with PyVirtualDisplay
Fixes #249
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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']