File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 "
2121test_run_dir=" $MINT_RUN_CORE_DIR /minio-py"
2222# Using --break-system-packages for Ubuntu 24.04+ (PEP 668) - safe in containers
2323pip3 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments