From e29a4cd34e682143ab7d3e9c6af7f97e3d45bd29 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 16 Apr 2018 08:12:51 +0000 Subject: [PATCH] removed unused python-apt --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1bad802..cb8d16d 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skip_missing_interpreters = True setenv = VIRTUAL_ENV={envdir} PYTHONHASHSEED=0 install_command = - pip install --allow-unverified python-apt {opts} {packages} + pip install {opts} {packages} commands = nosetests {posargs} {toxinidir}/unit_tests [testenv:py34]