]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
bootstrap: Drop pyc removal
authorZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 18:32:12 +0000 (12:32 -0600)
committerZack Cerza <zack@cerza.org>
Wed, 27 Apr 2022 20:51:10 +0000 (14:51 -0600)
We stopped writing these files years ago.

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

index a36a54cb4816f8ed817ab746f14fd446c5a15b3a..24729e25d16fc51e6c2eeeb3dfb16741f232c63c 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]'}