mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Add pdfminer.six to minimum version testing
20181108 is the version used by the current Debian oldstable. Ubuntu 20.04 LTS has 20191020. pdfminer installs cryptography, >= 38 breaks pyOpenSSL < 22 as found in Ubuntu 20.04 LTS. Update docs job to use ubuntu-22.04 to avoid failures.
This commit is contained in:
parent
44226ed7b8
commit
46c5712baf
4 changed files with 3 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
# there's some overlap with publish-pages.yml, but this one runs on pull
|
# there's some overlap with publish-pages.yml, but this one runs on pull
|
||||||
# requests, doesn't publish, and runs more doc checks
|
# requests, doesn't publish, and runs more doc checks
|
||||||
name: docs
|
name: docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git clone
|
- name: Git clone
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ requests == 2.20.0
|
||||||
dnspython == 2.0.0
|
dnspython == 2.0.0
|
||||||
# optional:
|
# optional:
|
||||||
argcomplete == 1.8.1
|
argcomplete == 1.8.1
|
||||||
|
pdfminer.six == 20181108
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ requests >= 2.20
|
||||||
dnspython >= 2.0
|
dnspython >= 2.0
|
||||||
# optional:
|
# optional:
|
||||||
argcomplete >= 1.8.1
|
argcomplete >= 1.8.1
|
||||||
|
pdfminer.six >= 20181108
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -5,7 +5,6 @@ envlist = py3{7,8,9,10,11}, minreqs
|
||||||
deps =
|
deps =
|
||||||
pyftpdlib
|
pyftpdlib
|
||||||
parameterized
|
parameterized
|
||||||
pdfminer.six
|
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue