Skip to content

Commit

Permalink
Revert pytest-asyncio version
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Jan 18, 2024
1 parent 2107b83 commit 88b26fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions haupt/haupt/streams/endpoints/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async def collect_logs(
if k8s_manager:
await k8s_manager.close()
if not operation_logs:
# TODO: Add logic to handle job without logs
errors = "Operation logs could not be fetched for run %s" % run_uuid
logger.warning(errors)
return HttpResponse(
Expand Down
2 changes: 1 addition & 1 deletion haupt/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ isort<5.15.0
mock<5.2.0
pyflakes<3.3.0
pytest<7.5.0
pytest-asyncio<0.24.0
pytest-asyncio<0.23.0
pylint<3.1.0

mypy<1.9
Expand Down

0 comments on commit 88b26fb

Please sign in to comment.