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