summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2020-09-16 14:28:43 +0800
committerwu.chunyang <wuchunyang@yovole.com>2020-09-16 14:32:27 +0800
commit50ff47d55388a44b47b1e6a997e1eb1fd7d95510 (patch)
tree274c65412bf25f205bf355a89775a5427c1506a3 /tox.ini
parente0f088c95d05e9cf32d4af4c7cfc20566b17f8e1 (diff)
downloadnova-50ff47d55388a44b47b1e6a997e1eb1fd7d95510.tar.gz
remove python warnning from tox
the minimum constraints of psycopg2 is 2.8 now, we can remove the TODO Change-Id: I2a37cb38d9dcba22c679a37838b8e5ddd34262c4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1bb4087b7a..0986b994ef 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