rss.txt: Unpin feedparser

And install feedparser<6 on Travis for Python 3.4-5.
This commit is contained in:
John Vandenberg 2020-12-05 16:54:59 +07:00
parent e872897346
commit 9e9dff7658
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ addons:
taskwarrior taskwarrior
install: install:
- pip install -U coverage pytest pytest-mock freezegun - 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) - pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
script: script:
- coverage run --source=. -m pytest tests -v - coverage run --source=. -m pytest tests -v

View file

@ -1 +1 @@
feedparser==6.0.0b1 feedparser