]> git.apps.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>
Wed, 2 Jul 2025 02:51:47 +0000 (20:51 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
pyproject.toml
requirements.txt
update-requirements.sh [deleted file]

index fc1fa07b72626ba8d0100f1842b25cb616707245..7ca0fccbdf2aa25e59f824869c28d89447cef788 100644 (file)
@@ -29,7 +29,6 @@ dependencies = [
     "netaddr",
     "paramiko",
     "pexpect",
-    "pip-tools",
     "prettytable",
     "prometheus_client>=0.16.0",
     "psutil>=2.1.0",
index 9f5c152c35fec11433bfca7246c40d86655a54a1..1b39feab8efc6d3aa0820014b458056d82d5c1e5 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
@@ -69,10 +63,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
@@ -98,9 +88,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
@@ -117,7 +105,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
@@ -131,8 +118,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