Skip to content

Commit

Permalink
Revert pytest and asyncio versions, add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
hdefazio committed Dec 20, 2024
1 parent 1272e3e commit d791c69
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
24 changes: 12 additions & 12 deletions python/kserve/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/kserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ ray = [
optional = true

[tool.poetry.group.test.dependencies]
pytest = ">=8.2,<9"
pytest = "^7.4.4"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.0.2"
pytest-asyncio = "==0.24.0"
pytest-asyncio = ">=0.23.4, <1.0.0"
pytest_httpx = "^v0.30.0"
mypy = "^0.991"
portforward = "^0.6.2"
Expand Down
1 change: 1 addition & 0 deletions test/scripts/gh-actions/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PARALLELISM="${2:-1}"
source python/kserve/.venv/bin/activate
pushd test/e2e >/dev/null
pytest --collect-only
sleep 1h
pytest -v -s --full-trace --setup-show -m "$1" --ignore=qpext --log-cli-level=DEBUG -n $PARALLELISM --dist worksteal
popd
echo "Done!"

0 comments on commit d791c69

Please sign in to comment.