]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orcherstra/run: don't use pipes, but shlex 1996/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sat, 3 Aug 2024 15:08:48 +0000 (17:08 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 7 Aug 2024 20:40:07 +0000 (22:40 +0200)
commitf0cf71902ee6d38bc1d868af7cbc4b02eb038fba
tree0684872e6d55f9e3a33942fefad8dacd74410427
parent764449d72bed148ba7041e9c006efe13d104cb49
orcherstra/run: don't use pipes, but shlex

Finally get rid of deprecation warning for 'pipes':

    teuthology/orchestra/run.py:12
      /teuthology/teuthology/orchestra/run.py:12: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
        import pipes

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/orchestra/run.py