]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
bootstrap: Drop pyc removal 1737/head
authorZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 18:32:12 +0000 (12:32 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 23:45:47 +0000 (17:45 -0600)
We stopped writing these files years ago.

Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap

index 6ad7cda87a34a14b56631b81d8fdb2ba934be109..394dbb0b9dad53babcc331e2c369d8632c20776b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -149,9 +149,6 @@ fi
 # First, upgrade pip
 $VENV/bin/pip install --upgrade pip
 
-# Remove leftover .pyc files
-find teuthology -name '*.pyc' -exec rm {} \;
-
 # By default, install teuthology in editable mode
 $VENV/bin/pip install ${PIP_INSTALL_FLAGS:---editable '.[test]'}