From: Zack Cerza Date: Thu, 10 Apr 2025 19:22:05 +0000 (-0600) Subject: Drop pip-tools X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2219f09bb3ec2eb11eb450417096b35b9626e9d1;p=teuthology.git Drop pip-tools Signed-off-by: Zack Cerza --- diff --git a/pyproject.toml b/pyproject.toml index c529aa92a..b373d3fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ dependencies = [ "netaddr", "paramiko", "pexpect", - "pip-tools", "prettytable", "prometheus_client>=0.16.0", "psutil>=2.1.0", diff --git a/requirements.txt b/requirements.txt index db2c41ee5..45148d0bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.12 -# by the following command: -# -# pip-compile --extra=test pyproject.toml -# +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt ansible-core==2.17.7 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 @@ -15,7 +11,7 @@ bcrypt==4.2.0 beanstalkc3==0.4.0 # via teuthology (pyproject.toml) build==1.2.1 - # via pip-tools + # via teuthology (pyproject.toml) certifi==2024.7.4 # via # requests @@ -26,8 +22,6 @@ cffi==1.17.0 # pynacl charset-normalizer==3.3.2 # via requests -click==8.1.7 - # via pip-tools configobj==5.0.9 # via teuthology (pyproject.toml) configparser==7.1.0 @@ -73,10 +67,6 @@ paramiko==3.4.1 # via teuthology (pyproject.toml) pexpect==4.9.0 # via teuthology (pyproject.toml) -pip==24.2 - # via pip-tools -pip-tools==7.4.1 - # via teuthology (pyproject.toml) prettytable==3.11.0 # via teuthology (pyproject.toml) prometheus-client==0.20.0 @@ -102,9 +92,7 @@ pyopenssl==24.2.1 pyparsing==3.1.4 # via httplib2 pyproject-hooks==1.1.0 - # via - # build - # pip-tools + # via build python-dateutil==2.9.0.post0 # via teuthology (pyproject.toml) pyyaml==6.0.2 @@ -121,7 +109,6 @@ sentry-sdk==2.13.0 # via teuthology (pyproject.toml) setuptools==74.0.0 # via - # pip-tools # zope-event # zope-interface six==1.16.0 @@ -135,8 +122,6 @@ urllib3==1.26.19 # sentry-sdk wcwidth==0.2.13 # via prettytable -wheel==0.44.0 - # via pip-tools zope-event==5.0 # via gevent zope-interface==7.0.3 diff --git a/update-requirements.sh b/update-requirements.sh deleted file mode 100755 index a2b56ba8d..000000000 --- a/update-requirements.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -pip-compile --extra=test $@ pyproject.toml