Marcel Telka
2024-04-02 327b05574f0dc1b1046c72401256ce5afd3e3247
commit | author | age
327b05 1 --- PyNUTClient-2.8.2/tox.ini.orig
MT 2 +++ PyNUTClient-2.8.2/tox.ini
0d7c37 3 @@ -14,14 +14,6 @@
MT 4      py3{5,5,6,7,8,9,10,11,12,13}
5  
6  [testenv]
7 -setenv =
8 -    PYTHONPATH = {toxinidir}:{toxinidir}/PyNUTClient
9 -
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
14 -
15  commands =
16      python PyNUTClient/test_nutclient.py
17      #py.test --basetemp={envtmpdir}