Package: python-telethon / 1.41.1-1

Metadata

Package Version Patches format
python-telethon 1.41.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reproducible | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
pytest asyncio 1.0.0.patch | (download)

tests/telethon/test_helpers.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 stop using the event_loop fixture

pytest-asyncio has deprecated (and in 1.0, removed) the event_loop
fixture, which is only used for one testcase. Use the get_running_loop()
helper function instead.