Skip to content

Commit 2b140ce

Browse files
committed
After a lot of debugging...
1 parent 0fa1e5e commit 2b140ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build/minio-py/install.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717

1818
# Using master branch temporarily until 7.2.19 is released (contains type annotation fixes and new API)
1919
# TO BE FIXED
20-
MINIO_PY_VERSION="master"
20+
MINIO_PY_VERSION="e49e93b93b59e476c233099cfbc2946a208c72a1"
2121
test_run_dir="$MINT_RUN_CORE_DIR/minio-py"
2222
# Using --break-system-packages for Ubuntu 24.04+ (PEP 668) - safe in containers
2323
pip3 install --break-system-packages --user faker
24-
pip3 install --break-system-packages git+https://github.com/minio/minio-py.git@master
25-
$WGET --output-document="$test_run_dir/tests.py" "https://raw.githubusercontent.com/minio/minio-py/${MINIO_PY_VERSION}/tests/functional/tests.py"
24+
pip3 install --break-system-packages --no-cache-dir git+https://github.com/rraulinio/minio-py.git@$MINIO_PY_VERSION
25+
26+
$WGET --output-document="$test_run_dir/tests.py" "https://raw.githubusercontent.com/rraulinio/minio-py/${MINIO_PY_VERSION}/tests/functional/tests.py"

build/s3select/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# Using --break-system-packages for Ubuntu 24.04+ (PEP 668) - safe in containers
1919
# Install minio-py from master with type annotation fixes (commit cbac53b) until 7.2.19 is released
2020
# TO BE FIXED
21-
MINIO_PY_VERSION="master"
22-
python -m pip install --break-system-packages --no-cache-dir git+https://github.com/minio/minio-py.git@$MINIO_PY_VERSION
21+
MINIO_PY_VERSION="e49e93b93b59e476c233099cfbc2946a208c72a1"
22+
python -m pip install --break-system-packages --no-cache-dir git+https://github.com/rraulinio/minio-py.git@$MINIO_PY_VERSION

0 commit comments

Comments
 (0)