mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	wa: Pylint Fixes for Travis
Pylint has trouble using imports from the distutils module in virtualenvs so we need to explicitly ignore these imports.
This commit is contained in:
		| @@ -39,7 +39,7 @@ else: | ||||
|     from io import BytesIO as StringIO | ||||
| # pylint: disable=wrong-import-position,unused-import | ||||
| from itertools import chain, cycle | ||||
| from distutils.spawn import find_executable | ||||
| from distutils.spawn import find_executable  # pylint: disable=no-name-in-module, import-error | ||||
|  | ||||
| import yaml | ||||
| from dateutil import tz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user