diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 24d7bc854bfaf..4ec46ebc9182c 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -9,7 +9,7 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express # or implied. See the License for the specific language governing permissions and limitations under the License. -FROM python:3.8-buster +FROM python:3.10-buster RUN apt-get update && apt-get install -y jq diff --git a/tests/python_client/Dockerfile b/tests/python_client/Dockerfile index ed2eba4fe7f7a..24fad77b31f58 100644 --- a/tests/python_client/Dockerfile +++ b/tests/python_client/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-buster +FROM python:3.10-buster RUN apt-get update && apt-get install -y jq diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 523983569cdaa..99f0bde09d364 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -15,7 +15,7 @@ pytest-xdist==2.5.0 pymilvus==2.5.0rc70 pymilvus[bulk_writer]==2.5.0rc70 pytest-rerunfailures==9.1.1 -git+https://github.com/Projectplace/pytest-tags +pytest_tagging==1.5.3 ndg-httpsclient pyopenssl pyasn1 diff --git a/tests/scripts/ci-util-4am.sh b/tests/scripts/ci-util-4am.sh index 03557aec22246..a27cd0ed491bf 100755 --- a/tests/scripts/ci-util-4am.sh +++ b/tests/scripts/ci-util-4am.sh @@ -44,7 +44,8 @@ export PIP_TRUSTED_HOST="nexus-ci.zilliz.cc" export PIP_INDEX_URL="https://nexus-ci.zilliz.cc/repository/pypi-all/simple" export PIP_INDEX="https://nexus-ci.zilliz.cc/repository/pypi-all/pypi" export PIP_FIND_LINKS="https://nexus-ci.zilliz.cc/repository/pypi-all/pypi" - python3 -m pip install --no-cache-dir -r requirements.txt --timeout 30 --retries 6 + python3 -m pip install --no-cache-dir -r requirements.txt --timeout 30 --retries 6 + pip uninstall pytest-tags -y || true } # Login in ci docker registry