From 80852893a5874f636119b12a4a76c8a30fa87f32 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 3 Apr 2017 22:54:48 -0400 Subject: [PATCH] Remove upper constraints usage from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c888992..fa7cd1a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning