Submitter | Augie Fackler |
---|---|
Date | June 6, 2017, 1:28 p.m. |
Message ID | <653af0af46f7f9d46000.1496755717@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/21216/ |
State | Accepted |
Headers | show |
Comments
On Tue, 06 Jun 2017 09:28:37 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler <raf@durin42.com> > # Date 1496021613 14400 > # Sun May 28 21:33:33 2017 -0400 > # Node ID 653af0af46f7f9d46000185f1039d49fb6ffc275 > # Parent 3ef319e9505f376775c91b2ab7d89ac9ac4343e9 > tests: remove sys.executable from "required tools" Queued, thanks.
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -2063,7 +2063,6 @@ class TestRunner(object): # Programs required to run tests. REQUIREDTOOLS = [ - os.path.basename(_bytespath(sys.executable)), b'diff', b'grep', b'unzip',