Bug 1559975 - Fix py3 lint issues in testing/firefox-ui and enable py3 linter r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D35244

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Marco Castelluccio 2019-06-26 18:25:18 +00:00
Родитель 9ef2872276
Коммит cad5dfda57
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -105,4 +105,4 @@ class UpdateTestRunner(FirefoxUITestRunner):
# If exceptions happened, re-throw the last one
if self.exc_info:
ex_type, exception, tb = self.exc_info
raise ex_type, exception, tb
raise ex_type(exception).with_traceback(tb)

Просмотреть файл

@ -25,7 +25,6 @@ py3:
- security/manager/ssl
- servo
- testing/awsy
- testing/firefox-ui/harness/firefox_ui_harness/runners/update.py
- testing/mochitest
- testing/mozharness
- testing/raptor