From 4e2ee79d4dc2b25c396d6ffc5ac9c0845c492fc5 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Fri, 30 Mar 2018 06:33:03 -0700 Subject: Fixed DuplicateOptError for latest oslo.config Fixed the duplicate config in music/api.py which was occuring when the oslo.config dependency is updated to the latest 6.0.0 Also removed psycopg2 dependency which was throwing warnings. psycopg2 is not really used during tests. So removing from test dependencies Change-Id: I98e31e29ee507d982f1b9a82780f0f665de452c6 Issue-ID: OPTFRA-209 Signed-off-by: Dileep Ranganathan --- conductor/test-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'conductor/test-requirements.txt') diff --git a/conductor/test-requirements.txt b/conductor/test-requirements.txt index 3150f00..c0e68d0 100644 --- a/conductor/test-requirements.txt +++ b/conductor/test-requirements.txt @@ -11,7 +11,6 @@ kombu>=3.0.25 # BSD mock>=2.0 # BSD mox3>=0.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -psycopg2>=2.5 # LGPL/ZPL testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -- cgit 1.2.3-korg