Merge remote-tracking branch 'origin/pr/77'
This commit is contained in:
commit
af368112ed
|
@ -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:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue