From b101cc1719e356baac24b7eda3f7ff2bdd5e984d Mon Sep 17 00:00:00 2001 From: Ambarish Das Date: Fri, 3 Apr 2020 21:38:17 -0500 Subject: [PATCH] Clean up: python libvirt removed from test requirement of sysinv This patch removes the dependency of libvirt-python from test_requirements.txt file of sysinv.This package is no more used by sysinv and generates error in "tox" execution. Closes-Bug:#1869318 libvirt-python in test requirement throws error in tox build for py27 for config module Change-Id: I6f662159d5d71465079746755dabc8c063d9a158 Signed-off-by: Ambarish Das --- sysinv/sysinv/sysinv/test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/sysinv/sysinv/sysinv/test-requirements.txt b/sysinv/sysinv/sysinv/test-requirements.txt index 030d094866..0745675e44 100644 --- a/sysinv/sysinv/sysinv/test-requirements.txt +++ b/sysinv/sysinv/sysinv/test-requirements.txt @@ -22,7 +22,6 @@ tempest-lib<0.5.0,>=0.4.0 ipaddr pytest pyudev -libvirt-python>=1.2.5 migrate python-ldap>=3.1.0 markupsafe