summaryrefslogtreecommitdiff
path: root/osprofiler/hacking
Commit message (Collapse)AuthorAgeFilesLines
* Remove sixwangzihao2020-12-171-1/+1
| | | | | | | | | | | | | | | | Remove six Replace the following items with Python 3 style code. - six.moves - six.StringIO - six.add_metaclass - six.string_types - six.binary_type - six.text_type - six.integer_types - six.PY3 - six.PY2 - six.iterkeys Change-Id: Id9f2076be1a6a2d99db5acb682df8bebe893de36
* Fix StopIteration error on Ubuntu Focalvictoria-em3.4.0Manish Kumar2020-09-061-1/+4
| | | | | | | | | | | | | As per victoria cycle testing runtime and community goal, we need to migrate upstream CI/CD to Ubuntu Focal(20.04). StopIteration error happening in pep8 job when running on Focal. we can see the failure in https://review.opendev.org/#/c/744331/ Change-Id: Iecdd3bfddb95adec77f8581f844cfc74ca59fc73 Story: #2007865 Task: #402207
* Fix pep8 failuresAndreas Jaeger2020-06-021-11/+12
| | | | | | | | | | With an updated flake8, we get some new warnings. Update hacking directly to version 3.1.0 and fix the problems found. Note that before this change, flake8 used the default "ignore" list, this now adds a new ignore list. Change-Id: Iccbf4f30eb4e542d3824b7782f43eacda29c5a90
* Update hacking for Python3ussuri-em3.1.0Andreas Jaeger2020-04-011-15/+15
| | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Change-Id: I8ba89483c8e6b76011833cfc5080eab3fd269c8b
* Move hacking checks outside testsVipin Balachandran2016-11-232-0/+378
Moving hacking checks outside the tests folder since they are not really tests. Change-Id: Ia0bc87050049d6198ceb13da942771a0158bc34a