Revert "Add PRESUBMIT.cfg to run python unittests and pytype."

This reverts commit 13421a5d6c5b61ac635419dd65335ebe46073470.

Reason for revert: Breaking uploads.

Original change's description:
> Add PRESUBMIT.cfg to run python unittests and pytype.
> 
> BUG=chromium:1051187
> TEST=repo upload
> 
> Change-Id: I91b12ec52e4510fcd9db4a2ed705d6143aa1575d
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/config/+/2083632
> Tested-by: Andrew Lamb <andrewlamb@chromium.org>
> Reviewed-by: David Burger <dburger@chromium.org>
> Commit-Queue: Andrew Lamb <andrewlamb@chromium.org>

Bug: chromium:1051187
Change-Id: I7220ac98530937433f263551e14bd9c8057c95e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/config/+/2084936
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
Commit-Queue: Andrew Lamb <andrewlamb@chromium.org>
Tested-by: Andrew Lamb <andrewlamb@chromium.org>
2 files changed
tree: 3e081eea7db300f9b4e2d31c208b85bbeaab0fd9
  1. go/
  2. infra/
  3. payload_utils/
  4. presubmit/
  5. proto/
  6. recipes/
  7. util/
  8. .gitignore
  9. .style.yapf
  10. .vpython
  11. generate.sh
  12. LICENSE
  13. PRESUBMIT.cfg
  14. pytype.cfg
  15. README.md
  16. requirements.txt
  17. setup_project.sh
README.md

Project Setup for Partners

  1. Before beginning verify that you have appropriate permissions to work with the project. This will usually mean having membership in the partner domain account that is configured for your project. Inquire with your local representative or Google contact if you need more information about the partner domain accounts configured for your project.

  2. Follow the Chromium OS Quick Start Guide through to the end of the “Get the Source” section. This guide walks you through installing prerequisites and syncing the public Chromium OS source code.

  3. Verify the name of your $PROGRAM and $PROJECT with your local representative or Google contact. These values will be used in the command below.

  4. Run the following command to sync your $PROGRAM and $PROJECT from within your chromiumos checkout:

    setup_project.sh $PROGRAM $PROJECT
    

    This command will execute a number of steps including checking out your project, symlinking a local manifest, and finally doing a full chromiumos sync.