python/coverage: update to 7.6.5
[oi-userland.git] / components / python / PyNUTClient / patches / 01-tox.ini.patch
blobf48ff048d502e4157bfab7679fff90c2ea9ade50
1 --- PyNUTClient-2.8.2/tox.ini.orig
2 +++ PyNUTClient-2.8.2/tox.ini
3 @@ -14,14 +14,6 @@
4 py3{5,5,6,7,8,9,10,11,12,13}
6 [testenv]
7 -setenv =
8 - PYTHONPATH = {toxinidir}:{toxinidir}/PyNUTClient
10 -# On my system, some but not all Python versions complained about lack of
11 -# "distutils.cmd" etc. in the prepared virtual environments. Can this help?
12 -commands_pre =
13 - python -m pip install -U pip
15 commands =
16 python PyNUTClient/test_nutclient.py
17 #py.test --basetemp={envtmpdir}