summaryrefslogtreecommitdiff
path: root/tools/third_party.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-10-23 18:51:06 +0200
committerBert Belder <bertbelder@gmail.com>2018-10-23 18:51:06 +0200
commite9bf2064164df4f5712addca2cd4d18faf3e149a (patch)
tree96f477578e4b856568390a710a489df184854cc8 /tools/third_party.py
parent0dda87f962b2209be1734f4fe6bb1ba9f6c0e66b (diff)
format: don't format files in third_party
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there.
Diffstat (limited to 'tools/third_party.py')
-rw-r--r--tools/third_party.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index 2e7de23b4..d6c97f13b 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -161,7 +161,6 @@ def run_pip():
merge_env=pip_env)
# Get yapf.
- # Install pywin32.
run([
sys.executable, "-m", "pip", "install", "--upgrade", "--target",
python_packages_path, "yapf"