aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifact_targets.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-03 17:05:49 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-03 17:05:49 -0800
commit844c355a3c2767fa070ee14448708f8a94c6ec7e (patch)
treee31b5d6749a98350ac9ccf2d69f820e24e7fbaa2 /tools/run_tests/artifact_targets.py
parente0667170418d4be7e117258c653a01dd7eb2fc96 (diff)
we actually need the wheel
Diffstat (limited to 'tools/run_tests/artifact_targets.py')
-rw-r--r--tools/run_tests/artifact_targets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py
index d32e778545..b37f968c06 100644
--- a/tools/run_tests/artifact_targets.py
+++ b/tools/run_tests/artifact_targets.py
@@ -98,7 +98,6 @@ class PythonArtifact:
else:
environ = {}
if self.platform == 'linux':
- environ['BDIST_WHEEL_MAYBE'] = 'bdist_wheel'
if self.arch == 'x86':
environ['SETARCH_CMD'] = 'linux32'
return create_docker_jobspec(self.name,