--- 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}