mirror of
https://github.com/beetbox/beets.git
synced 2025-12-13 20:13:09 +01:00
Merge pull request #3495 from adamjakab/dev-cfg-inc
added missing test requirement
This commit is contained in:
commit
e6c94be848
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -118,7 +118,8 @@ setup(
|
|||
'responses',
|
||||
'pyxdg',
|
||||
'python-mpd2',
|
||||
'discogs-client'
|
||||
'discogs-client',
|
||||
'requests_oauthlib'
|
||||
] + (
|
||||
# Tests for the thumbnails plugin need pathlib on Python 2 too.
|
||||
['pathlib'] if (sys.version_info < (3, 4, 0)) else []
|
||||
|
|
|
|||
Loading…
Reference in a new issue