diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-30 17:02:29 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2023-06-03 18:31:21 +0200 |
commit | 3036f64b68207d74a06efcfbc2fdac91a6a70bbc (patch) | |
tree | 2b672f80f768e6522e7eff84328c823ce600c2cc /tests/requirements.txt | |
parent | 5a1a2734f2238cd201b4c94d878eb9daf31c3b63 (diff) | |
download | python-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.tar.gz python-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.tar.bz2 python-mpv-3036f64b68207d74a06efcfbc2fdac91a6a70bbc.zip |
Replace xvfbwrapper with PyVirtualDisplay
Fixes #249
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r-- | tests/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index 4a9b79c..ded363c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -xvfbwrapper>=0.2.9 +PyVirtualDisplay>=3.0 pytest>=7.1.2 |