2017-02-01 12:56:43 +00:00
|
|
|
[tox]
|
2020-09-14 18:55:05 +00:00
|
|
|
envlist = py36, py37, py38, py39, oldbs4
|
2017-02-01 12:56:43 +00:00
|
|
|
|
2019-10-05 18:38:57 +00:00
|
|
|
[base]
|
2017-02-01 12:56:43 +00:00
|
|
|
deps =
|
|
|
|
|
pyftpdlib
|
2018-01-08 18:46:20 +00:00
|
|
|
parameterized
|
2019-10-05 18:38:57 +00:00
|
|
|
pdfminer
|
2019-11-11 20:12:25 +00:00
|
|
|
pyopenssl
|
2017-02-01 12:56:43 +00:00
|
|
|
pytest-xdist
|
2017-02-13 15:46:27 +00:00
|
|
|
pytest-cov
|
2019-10-05 18:38:57 +00:00
|
|
|
miniboa >= 1.0.8
|
2019-09-16 19:08:01 +00:00
|
|
|
biplist
|
2020-07-07 16:25:28 +00:00
|
|
|
GeoIP
|
2019-10-05 18:38:57 +00:00
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
usedevelop = true
|
|
|
|
|
deps =
|
|
|
|
|
-rrequirements.txt
|
|
|
|
|
{[base]deps}
|
2017-02-01 12:56:43 +00:00
|
|
|
commands =
|
2019-10-21 14:42:29 +00:00
|
|
|
pytest {posargs:--cov=linkcheck}
|
2017-02-01 12:56:43 +00:00
|
|
|
setenv =
|
|
|
|
|
LC_ALL=en_US.utf-8
|
2019-10-05 18:38:57 +00:00
|
|
|
|
2020-03-30 11:46:44 +00:00
|
|
|
[testenv:oldbs4]
|
2019-10-05 18:38:57 +00:00
|
|
|
# test bs4 without line number support
|
2020-03-30 11:46:44 +00:00
|
|
|
basepython = python3
|
2019-10-05 18:38:57 +00:00
|
|
|
deps =
|
|
|
|
|
beautifulsoup4 < 4.8.1
|
|
|
|
|
requests >= 2.4
|
|
|
|
|
pyxdg
|
2020-09-14 18:55:05 +00:00
|
|
|
dnspython >= 2.0
|
2019-10-05 18:38:57 +00:00
|
|
|
{[base]deps}
|
2020-05-19 16:24:22 +00:00
|
|
|
|
|
|
|
|
[testenv:flake8]
|
|
|
|
|
deps = flake8
|
|
|
|
|
skip_install = true
|
2020-05-26 19:20:57 +00:00
|
|
|
commands = flake8 {posargs}
|
2020-05-25 16:32:39 +00:00
|
|
|
|
|
|
|
|
[testenv:check-manifest]
|
|
|
|
|
deps = check-manifest
|
|
|
|
|
skip_install = true
|
|
|
|
|
commands = check-manifest
|