From 4fdba287ac4637e8df74519e1236876b72ee3af0 Mon Sep 17 00:00:00 2001 From: John Cass Date: Sun, 6 May 2018 09:42:48 +0200 Subject: [PATCH] Remove deprecated `--allow-unverified` pip option. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 22ff53e..ab606f9 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = pytest-cov pytest-xdist responses -install_command = pip install --allow-unverified=mopidy --pre {opts} {packages} +install_command = pip install --pre {opts} {packages} commands = py.test \ --basetemp={envtmpdir} \