[libvirt] [dbus PATCH] tests: Remove unused import

Andrea Bolognani posted 1 patch 5 years, 8 months ago
Failed in applying to current master (apply log)
tests/test_nodedev.py | 1 -
1 file changed, 1 deletion(-)
[libvirt] [dbus PATCH] tests: Remove unused import
Posted by Andrea Bolognani 5 years, 8 months ago
This fixes 'make syntax-check'.

The issue was introduced by commit 7da2b425a8cc.

Reported-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 tests/test_nodedev.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_nodedev.py b/tests/test_nodedev.py
index 082cf0b..5c8206e 100755
--- a/tests/test_nodedev.py
+++ b/tests/test_nodedev.py
@@ -2,7 +2,6 @@
 
 import dbus
 import libvirttest
-import pytest
 
 
 class TestNodeDevice(libvirttest.BaseTestClass):
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH] tests: Remove unused import
Posted by Ján Tomko 5 years, 8 months ago
On Tue, Aug 14, 2018 at 04:16:04PM +0200, Andrea Bolognani wrote:
>This fixes 'make syntax-check'.
>
>The issue was introduced by commit 7da2b425a8cc.
>
>Reported-by: Ján Tomko <jtomko@redhat.com>
>Signed-off-by: Andrea Bolognani <abologna@redhat.com>
>---
> tests/test_nodedev.py | 1 -
> 1 file changed, 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list