Commit 7e399d66 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Pinned pip, setuptools, wheel and tox not to exceed known working versions

parent ddcf5c52
diff -uNr ceph-16.2.4/install-deps.sh ceph-16.2.4-fix_pytest/install-deps.sh
--- ceph-16.2.4/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/qa/tox.ini ceph-16.2.4-fix_pytest/qa/tox.ini
--- ceph-16.2.4/qa/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/qa/tox.ini 2025-05-18 19:28:33.371536891 +0930
+++ ceph-16.2.4-fix_pytest/qa/tox.ini 2025-05-26 15:49:10.336645868 +0930
@@ -5,7 +5,7 @@
[testenv:flake8]
basepython = python3
......@@ -28,7 +40,7 @@ diff -uNr ceph-16.2.4/qa/tox.ini ceph-16.2.4-fix_pytest/qa/tox.ini
\ No newline at end of file
diff -uNr ceph-16.2.4/src/cephadm/tox.ini ceph-16.2.4-fix_pytest/src/cephadm/tox.ini
--- ceph-16.2.4/src/cephadm/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/cephadm/tox.ini 2025-05-18 19:27:55.571297794 +0930
+++ ceph-16.2.4-fix_pytest/src/cephadm/tox.ini 2025-05-26 15:49:12.420603875 +0930
@@ -20,7 +20,7 @@
[testenv]
skip_install=true
......@@ -49,7 +61,7 @@ diff -uNr ceph-16.2.4/src/cephadm/tox.ini ceph-16.2.4-fix_pytest/src/cephadm/tox
flake8 --config=tox.ini {posargs:cephadm}
diff -uNr ceph-16.2.4/src/ceph-volume/plugin/zfs/tox.ini ceph-16.2.4-fix_pytest/src/ceph-volume/plugin/zfs/tox.ini
--- ceph-16.2.4/src/ceph-volume/plugin/zfs/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/ceph-volume/plugin/zfs/tox.ini 2025-05-18 19:27:55.575297713 +0930
+++ ceph-16.2.4-fix_pytest/src/ceph-volume/plugin/zfs/tox.ini 2025-05-26 15:49:12.421603855 +0930
@@ -10,7 +10,7 @@
[testenv:flake8]
......@@ -61,7 +73,7 @@ diff -uNr ceph-16.2.4/src/ceph-volume/plugin/zfs/tox.ini ceph-16.2.4-fix_pytest/
[testenv]
diff -uNr ceph-16.2.4/src/ceph-volume/tox.ini ceph-16.2.4-fix_pytest/src/ceph-volume/tox.ini
--- ceph-16.2.4/src/ceph-volume/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/ceph-volume/tox.ini 2025-05-18 19:27:55.575297713 +0930
+++ ceph-16.2.4-fix_pytest/src/ceph-volume/tox.ini 2025-05-26 15:49:12.423603814 +0930
@@ -4,13 +4,13 @@
[testenv]
......@@ -80,7 +92,7 @@ diff -uNr ceph-16.2.4/src/ceph-volume/tox.ini ceph-16.2.4-fix_pytest/src/ceph-vo
[tool:pytest]
diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements-lint.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-lint.txt
--- ceph-16.2.4/src/pybind/mgr/dashboard/requirements-lint.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-lint.txt 2025-05-18 19:27:55.576297693 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-lint.txt 2025-05-26 15:49:12.424603794 +0930
@@ -8,4 +8,4 @@
autopep8
pyfakefs
......@@ -89,7 +101,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements-lint.txt ceph-16.2.4
+pytest >=2.1.3,<6
diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements-test.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-test.txt
--- ceph-16.2.4/src/pybind/mgr/dashboard/requirements-test.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-test.txt 2025-05-18 19:27:55.576297693 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements-test.txt 2025-05-26 15:49:13.041591364 +0930
@@ -1,4 +1,4 @@
-pytest
+pytest >=2.1.3,<6
......@@ -98,7 +110,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements-test.txt ceph-16.2.4
pyfakefs
diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements.txt
--- ceph-16.2.4/src/pybind/mgr/dashboard/requirements.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements.txt 2025-05-18 21:10:15.214313169 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/dashboard/requirements.txt 2025-05-26 15:49:13.043591323 +0930
@@ -9,3 +9,4 @@
-e ../../../python-common
prettytable
......@@ -106,7 +118,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements.txt ceph-16.2.4-fix_
+lxml<=5.3.0
diff -uNr ceph-16.2.4/src/pybind/mgr/mgr_util.py ceph-16.2.4-fix_pytest/src/pybind/mgr/mgr_util.py
--- ceph-16.2.4/src/pybind/mgr/mgr_util.py 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/mgr_util.py 2025-05-18 19:27:55.577297673 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/mgr_util.py 2025-05-26 15:49:13.045591283 +0930
@@ -467,7 +467,7 @@
# type: (str) -> None
from OpenSSL import crypto
......@@ -127,7 +139,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/mgr_util.py ceph-16.2.4-fix_pytest/src/pybi
'Invalid certificate key: {}'.format(str(e))
diff -uNr ceph-16.2.4/src/pybind/mgr/requirements.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/requirements.txt
--- ceph-16.2.4/src/pybind/mgr/requirements.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/requirements.txt 2025-05-18 19:27:55.577297673 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/requirements.txt 2025-05-26 15:49:25.432341706 +0930
@@ -9,3 +9,4 @@
remoto
Jinja2
......@@ -135,7 +147,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/requirements.txt ceph-16.2.4-fix_pytest/src
+pytest<6
diff -uNr ceph-16.2.4/src/pybind/mgr/rook/rook-client-python/requirements.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/rook/rook-client-python/requirements.txt
--- ceph-16.2.4/src/pybind/mgr/rook/rook-client-python/requirements.txt 2020-02-12 01:10:28.000000000 +1030
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/rook/rook-client-python/requirements.txt 2025-05-18 19:27:55.577297673 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/rook/rook-client-python/requirements.txt 2025-05-26 15:49:25.433341686 +0930
@@ -1,4 +1,4 @@
-pytest
+pytest >=2.1.3,<6
......@@ -144,13 +156,13 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/rook/rook-client-python/requirements.txt ce
markdown
diff -uNr ceph-16.2.4/src/pybind/mgr/snap_schedule/requirements.txt ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/requirements.txt
--- ceph-16.2.4/src/pybind/mgr/snap_schedule/requirements.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/requirements.txt 2025-05-18 19:27:55.577297673 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/requirements.txt 2025-05-26 15:49:25.434341666 +0930
@@ -1 +1 @@
-pytest
+pytest >=2.1.3,<6
diff -uNr ceph-16.2.4/src/pybind/mgr/snap_schedule/tox.ini ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/tox.ini
--- ceph-16.2.4/src/pybind/mgr/snap_schedule/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/tox.ini 2025-05-18 19:27:55.578297653 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/snap_schedule/tox.ini 2025-05-26 15:49:25.434341666 +0930
@@ -12,7 +12,7 @@
py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3:{toxinidir}
SNAP_SCHED_UNITTEST = true
......@@ -162,7 +174,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/snap_schedule/tox.ini ceph-16.2.4-fix_pytes
commands=
diff -uNr ceph-16.2.4/src/pybind/mgr/tox.ini ceph-16.2.4-fix_pytest/src/pybind/mgr/tox.ini
--- ceph-16.2.4/src/pybind/mgr/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/tox.ini 2025-05-18 19:27:55.578297653 +0930
+++ ceph-16.2.4-fix_pytest/src/pybind/mgr/tox.ini 2025-05-26 15:49:25.435341646 +0930
@@ -94,11 +94,6 @@
[testenv:flake8]
basepython = python3
......@@ -179,7 +191,7 @@ diff -uNr ceph-16.2.4/src/pybind/mgr/tox.ini ceph-16.2.4-fix_pytest/src/pybind/m
+ flake8 --config=tox.ini cephadm/ orchestrator/ prometheus/
diff -uNr ceph-16.2.4/src/python-common/requirements.txt ceph-16.2.4-fix_pytest/src/python-common/requirements.txt
--- ceph-16.2.4/src/python-common/requirements.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/python-common/requirements.txt 2025-05-18 21:10:18.008256773 +0930
+++ ceph-16.2.4-fix_pytest/src/python-common/requirements.txt 2025-05-26 15:49:25.435341646 +0930
@@ -2,6 +2,6 @@
mock; python_version < '3.3'
mypy==0.790; python_version >= '3'
......@@ -188,9 +200,117 @@ diff -uNr ceph-16.2.4/src/python-common/requirements.txt ceph-16.2.4-fix_pytest/
+pytest >=2.1.3,<6; python_version >= '3'
pyyaml
typing-extensions; python_version < '3.8'
diff -uNr ceph-16.2.4/src/test/centos-8/install-deps.sh ceph-16.2.4-fix_pytest/src/test/centos-8/install-deps.sh
--- ceph-16.2.4/src/test/centos-8/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/centos-8/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/debian-jessie/install-deps.sh ceph-16.2.4-fix_pytest/src/test/debian-jessie/install-deps.sh
--- ceph-16.2.4/src/test/debian-jessie/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/debian-jessie/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/fedora-31/install-deps.sh ceph-16.2.4-fix_pytest/src/test/fedora-31/install-deps.sh
--- ceph-16.2.4/src/test/fedora-31/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/fedora-31/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/fedora-32/install-deps.sh ceph-16.2.4-fix_pytest/src/test/fedora-32/install-deps.sh
--- ceph-16.2.4/src/test/fedora-32/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/fedora-32/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/fedora-33/install-deps.sh ceph-16.2.4-fix_pytest/src/test/fedora-33/install-deps.sh
--- ceph-16.2.4/src/test/fedora-33/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/fedora-33/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/opensuse-13.2/install-deps.sh ceph-16.2.4-fix_pytest/src/test/opensuse-13.2/install-deps.sh
--- ceph-16.2.4/src/test/opensuse-13.2/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/opensuse-13.2/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/ubuntu-16.04/install-deps.sh ceph-16.2.4-fix_pytest/src/test/ubuntu-16.04/install-deps.sh
--- ceph-16.2.4/src/test/ubuntu-16.04/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/ubuntu-16.04/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/ubuntu-18.04/install-deps.sh ceph-16.2.4-fix_pytest/src/test/ubuntu-18.04/install-deps.sh
--- ceph-16.2.4/src/test/ubuntu-18.04/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/ubuntu-18.04/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/test/ubuntu-20.04/install-deps.sh ceph-16.2.4-fix_pytest/src/test/ubuntu-20.04/install-deps.sh
--- ceph-16.2.4/src/test/ubuntu-20.04/install-deps.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/test/ubuntu-20.04/install-deps.sh 2025-05-26 15:55:51.425564353 +0930
@@ -395,7 +395,7 @@
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8, <= 75.2.0' 'pip >= 7.0, <= 24.2' 'wheel >= 0.24, <= 0.44.0' 'tox >= 2.9.1, <= 4.23.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi
diff -uNr ceph-16.2.4/src/tools/cephfs/top/tox.ini ceph-16.2.4-fix_pytest/src/tools/cephfs/top/tox.ini
--- ceph-16.2.4/src/tools/cephfs/top/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/cephfs/top/tox.ini 2025-05-18 19:27:55.578297653 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/cephfs/top/tox.ini 2025-05-26 15:49:25.844333403 +0930
@@ -3,5 +3,5 @@
skipsdist = true
......@@ -200,7 +320,7 @@ diff -uNr ceph-16.2.4/src/tools/cephfs/top/tox.ini ceph-16.2.4-fix_pytest/src/to
commands = flake8 --ignore=W503 --max-line-length=100 cephfs-top
diff -uNr ceph-16.2.4/src/tools/cephfs/tox.ini ceph-16.2.4-fix_pytest/src/tools/cephfs/tox.ini
--- ceph-16.2.4/src/tools/cephfs/tox.ini 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/cephfs/tox.ini 2025-05-18 19:27:55.579297633 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/cephfs/tox.ini 2025-05-26 15:49:25.844333403 +0930
@@ -3,5 +3,5 @@
skipsdist = true
......@@ -210,7 +330,7 @@ diff -uNr ceph-16.2.4/src/tools/cephfs/tox.ini ceph-16.2.4-fix_pytest/src/tools/
commands = flake8 --ignore=W503 --max-line-length=100 cephfs-shell
diff -uNr ceph-16.2.4/src/tools/setup-virtualenv.sh ceph-16.2.4-fix_pytest/src/tools/setup-virtualenv.sh
--- ceph-16.2.4/src/tools/setup-virtualenv.sh 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/setup-virtualenv.sh 2025-05-18 21:09:04.125748066 +0930
+++ ceph-16.2.4-fix_pytest/src/tools/setup-virtualenv.sh 2025-05-26 15:49:25.844333403 +0930
@@ -68,7 +68,7 @@
# older versions of pip will not install wrap_console scripts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment