test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1] tests/rteflow_priority: suit python3
@ 2020-01-17  5:32 Zeng Xiaoxiao
  2020-01-17  5:35 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Zeng Xiaoxiao @ 2020-01-17  5:32 UTC (permalink / raw)
  To: dts; +Cc: Zeng Xiaoxiao

*.python3 not have attribute setdefaultencoding.

Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
 tests/TestSuite_rteflow_priority.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_rteflow_priority.py b/tests/TestSuite_rteflow_priority.py
index b6b4dae..26e8d82 100644
--- a/tests/TestSuite_rteflow_priority.py
+++ b/tests/TestSuite_rteflow_priority.py
@@ -49,7 +49,6 @@ from pmd_output import PmdOutput
 import sys
 import imp
 imp.reload(sys)
-sys.setdefaultencoding('utf8')
 
 
 class TestRteflowPriority(TestCase):
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-17  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  5:32 [dts] [PATCH V1] tests/rteflow_priority: suit python3 Zeng Xiaoxiao
2020-01-17  5:35 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).