CI: install pyjks as dependency for tests

This commit is contained in:
Marcus Hoffmann 2020-08-24 19:56:08 +02:00
parent a114c73c2d
commit d9a6bfb0a9
3 changed files with 9 additions and 3 deletions

View file

@ -52,7 +52,6 @@ def get_data_files():
with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='fdroidserver',
version='1.2a',
description='F-Droid Server Tools',
@ -88,6 +87,9 @@ setup(name='fdroidserver',
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
'yamllint',
],
extras_require={
'test': ['pyjks'],
},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',