Merge remote-tracking branch 'origin/pr/77'

This commit is contained in:
lilydjwg 2018-07-22 23:03:53 +08:00
commit af368112ed
3 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,8 @@ env:
- DEPS=aiohttp
- DEPS=tornado pycurl
- DEPS=tornado
- DEPS="tornado<5" pycurl
- DEPS="tornado<5"
matrix:
fast_finish: true
allow_failures:

View File

@ -18,7 +18,7 @@ setup(
zip_safe = False,
packages = find_packages(exclude=["tests"]),
install_requires = ['setuptools', 'structlog', 'tornado>=5', 'pycurl'],
install_requires = ['setuptools', 'structlog', 'tornado', 'pycurl'],
extras_require = {
'vercmp': ['pyalpm'],
},

View File

@ -5,4 +5,4 @@ import pytest
pytestmark = pytest.mark.asyncio
async def test_anitya(get_version):
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.93.1"
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.94"