From 50ff47d55388a44b47b1e6a997e1eb1fd7d95510 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 16 Sep 2020 14:28:43 +0800 Subject: [PATCH] remove python warnning from tox the minimum constraints of psycopg2 is 2.8 now, we can remove the TODO Change-Id: I2a37cb38d9dcba22c679a37838b8e5ddd34262c4 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1bb4087b7af1..0986b994ef10 100644 --- a/tox.ini +++ b/tox.ini @@ -23,8 +23,6 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=160 PYTHONDONTWRITEBYTECODE=1 -# TODO(stephenfin): Remove psycopg2 when minimum constraints is bumped to 2.8 - PYTHONWARNINGS = ignore::UserWarning:psycopg2 deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt