Replace xvfbwrapper with PyVirtualDisplay

Fixes #249
This commit is contained in:
Michał Górny 2023-04-30 17:02:29 +02:00 committed by jaseg
parent 5a1a2734f2
commit 3036f64b68
3 changed files with 18 additions and 18 deletions

View file

@ -36,4 +36,4 @@ homepage = "https://github.com/jaseg/python-mpv"
[project.optional-dependencies]
screenshot_raw = ["Pillow"]
test = ['xvfbwrapper']
test = ['PyVirtualDisplay']