From f69a94e646d5a317dad250665d5cd79ddda9a44d Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Tue, 11 Sep 2018 16:38:27 -0500 Subject: [PATCH] Update tox to remove deprecated pip option Needed-By: Iac5fb216d58fd9d5c49367d2a99e1023f87f20b9 Change-Id: I6c9e0bf93abffcfa203b4574eed1d719bd2c4e50 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c395138..b3b4743 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 = ostestr {posargs} [testenv:py27]