Merge pull request #3495 from adamjakab/dev-cfg-inc

added missing test requirement
This commit is contained in:
Adrian Sampson 2020-02-23 09:58:56 -08:00 committed by GitHub
commit e6c94be848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 []