Skip to content

Commit 50ff47d

Browse files
committed
remove python warnning from tox
the minimum constraints of psycopg2 is 2.8 now, we can remove the TODO Change-Id: I2a37cb38d9dcba22c679a37838b8e5ddd34262c4
1 parent e0f088c commit 50ff47d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ setenv =
2323
OS_STDERR_CAPTURE=1
2424
OS_TEST_TIMEOUT=160
2525
PYTHONDONTWRITEBYTECODE=1
26-
# TODO(stephenfin): Remove psycopg2 when minimum constraints is bumped to 2.8
27-
PYTHONWARNINGS = ignore::UserWarning:psycopg2
2826
deps =
2927
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
3028
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)