perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / soupsieve / patches / 01-no-html5lib.patch
blobd9a0478c736eba98e35d3a3d1c312599797a3abf
1 We have no html5lib packaged yet.
3 --- soupsieve-2.6/pyproject.toml.orig
4 +++ soupsieve-2.6/pyproject.toml
5 @@ -110,17 +110,6 @@
6 py{38,39,310,311,312},
7 lint, nolxml, nohtml5lib
9 -[testenv]
10 -passenv = *
11 -deps =
12 - -rrequirements/tests.txt
13 -commands =
14 - mypy
15 - pytest --cov soupsieve --cov-append {toxinidir}
16 - coverage html -d {envtmpdir}/coverage
17 - coverage xml
18 - coverage report --show-missing
20 [testenv:documents]
21 passenv = *
22 deps =
23 @@ -143,7 +132,7 @@
24 commands =
25 pytest {toxinidir}
27 -[testenv:nohtml5lib]
28 +[testenv]
29 passenv = *
30 deps =
31 -rrequirements/tests-nohtml5lib.txt