Move Python linting to primary tests

This will make it more likely that contributors discover Python style mistakes at their desks instead of in Swift CI.
This commit is contained in:
Becca Royal-Gordon
2022-10-05 16:19:04 -07:00
parent be8e7dbb35
commit 1cc7e3b72c

View File

@@ -0,0 +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
// Python lint once per OSX Platform test run, rather than once for each
// supported Apple device.
// REQUIRES: OS=macosx
// RUN: %{python} %utils/python_lint.py