mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Python: flake8] Update the utils/python_lint.py script to fail with a non-zero exit code if flake8 and flake8-import-order are not installed.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
// Continuous integration for the OS X Platform also runs the tests in the
|
||||
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
|
||||
// build_swift module unit-tests once per OSX Platform test run, rather than
|
||||
// once for each supported Apple device.
|
||||
// Python lint once per OSX Platform test run, rather than once for each
|
||||
// supported Apple device.
|
||||
|
||||
// UNSUPPORTED: OS=ios
|
||||
// UNSUPPORTED: OS=tvos
|
||||
// UNSUPPORTED: OS=watchos
|
||||
// REQUIRES: OS=macosx
|
||||
|
||||
// RUN: %{python} %utils/python_lint.py
|
||||
|
||||
Reference in New Issue
Block a user