[Buildroot] [git commit] support/testing/tests/package/test_python_unittest_xml_reporting.py: fix flake8 warnings

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Nov 8 21:12:13 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=7140ebbda5a11c2d84d16e03dbb5d6b0a9240c7f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

support/testing/tests/package/test_python_unittest_xml_reporting.py:3:1: F401 'time' imported but unused
1     F401 'time' imported but unused
make: *** [Makefile:1220: check-flake8] Error 123

Signed-off-by: Pierre-Jean Texier <texier.pj2 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 support/testing/tests/package/test_python_unittest_xml_reporting.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/testing/tests/package/test_python_unittest_xml_reporting.py b/support/testing/tests/package/test_python_unittest_xml_reporting.py
index f08c88e3da..446c231a00 100644
--- a/support/testing/tests/package/test_python_unittest_xml_reporting.py
+++ b/support/testing/tests/package/test_python_unittest_xml_reporting.py
@@ -1,6 +1,5 @@
 from tests.package.test_python import TestPythonPackageBase
 import os
-import time
 
 
 class TestPythonPy3UnitTestXmlReporting(TestPythonPackageBase):


More information about the buildroot mailing list