Make tests run headless using xvfbwrapper
This commit is contained in:
parent
4eb105a751
commit
068d034cc0
2 changed files with 14 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -13,6 +13,8 @@ setup(
|
|||
extras_require = {
|
||||
'screenshot_raw': ['Pillow']
|
||||
},
|
||||
tests_require = ['xvfbwrapper'],
|
||||
test_suite = 'mpv-test',
|
||||
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
|
||||
'multimedia'],
|
||||
classifiers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue