From 9e9dff7658d8417151b5c4f82f27749457180ad5 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 5 Dec 2020 16:54:59 +0700 Subject: [PATCH] rss.txt: Unpin feedparser And install feedparser<6 on Travis for Python 3.4-5. --- .travis.yml | 2 +- requirements/modules/rss.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca3b78d..369aeb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: taskwarrior install: - pip install -U coverage pytest pytest-mock freezegun - - pip install 'pygit2<1' 'libvirt-python<6.3' || true + - pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true - pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u) script: - coverage run --source=. -m pytest tests -v diff --git a/requirements/modules/rss.txt b/requirements/modules/rss.txt index 4373b0d..1b25361 100644 --- a/requirements/modules/rss.txt +++ b/requirements/modules/rss.txt @@ -1 +1 @@ -feedparser==6.0.0b1 +feedparser