python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / codespell / patches / 01-enable-tests.patch
blobf434c364cd3122604487ea6db78b08d8a34c1a73
1 --- codespell-2.3.0/tox.ini.orig
2 +++ codespell-2.3.0/tox.ini
3 @@ -2,7 +2,7 @@
4 min_version = 4.0
5 env_list = unitest,type,dictionaries
7 -[testenv:unitest]
8 +[testenv]
9 description = run unit tests
10 extras = dev
11 commands = pytest --cov=codespell_lib codespell_lib