]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop pip-tools
authorZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 19:22:05 +0000 (13:22 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 7 Nov 2025 20:02:44 +0000 (13:02 -0700)
Signed-off-by: Zack Cerza <zack@cerza.org>
pyproject.toml
requirements.txt
update-requirements.sh [deleted file]

index c529aa92a031aa32ee9e8050c1e9ca20b7d6e794..b373d3fadd8e222d2c900b10190d294d5b7be7d0 100644 (file)
@@ -29,7 +29,6 @@ dependencies = [
     "netaddr",
     "paramiko",
     "pexpect",
-    "pip-tools",
     "prettytable",
     "prometheus_client>=0.16.0",
     "psutil>=2.1.0",
index db2c41ee5fa0f4b2f545dac34e9b1a5d9c21a9df..45148d0bb2d07cd3964547723566cf78e902d10d 100644 (file)
@@ -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 (executable)
index a2b56ba..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-pip-compile --extra=test $@ pyproject.toml