From 7d85ba87d543148544e74a2693dc280dbc80fa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thayn=C3=A3=20Moretti?= Date: Mon, 28 Sep 2020 19:38:18 -0300 Subject: [PATCH] Force feedparser to 6.0.0b1 --- .travis.yml | 2 +- requirements/modules/rss.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78aa402..dbc9da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - pip install -U coverage==4.3 pytest pytest-mock freezegun - pip install codeclimate-test-reporter - pip install i3-py Pillow Babel DateTime python-dateutil - - pip install docker feedparser i3ipc + - pip install docker feedparser==6.0.0b1 i3ipc - pip install netifaces power - pip install psutil pytz - pip install requests simplejson diff --git a/requirements/modules/rss.txt b/requirements/modules/rss.txt index 1b25361..4373b0d 100644 --- a/requirements/modules/rss.txt +++ b/requirements/modules/rss.txt @@ -1 +1 @@ -feedparser +feedparser==6.0.0b1