python/coverage: update to 7.6.5
[oi-userland.git] / components / python / keyring / patches / 01-test-no-type.patch
blobe7090c212ec46a060f4c01b575a3554c956a9f5e
1 Do not run type check (mypy) because it requires projects we do not have
2 packaged yet:
4 pygobject-stubs
5 shtab
6 types-pywin32
8 --- keyring-25.5.0/tox.ini.orig
9 +++ keyring-25.5.0/tox.ini
10 @@ -1,5 +1,5 @@
11 [testenv]
12 -description = perform primary checks (tests, style, types, coverage)
13 +description = perform primary checks (tests, style, coverage)
14 deps =
15 setenv =
16 PYTHONWARNDEFAULTENCODING = 1
17 @@ -11,7 +11,6 @@
18 check
19 cover
20 enabler
21 - type
23 [testenv:diffcov]
24 description = run tests and check that diff from main is covered