File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 python-version : ["3.13"]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def cleanup(self):
4545 try :
4646 # Try to run async cleanup if we're in an async context
4747 try :
48- loop = asyncio .get_running_loop ()
48+ asyncio .get_running_loop ()
4949 # If we have a running loop, create a task
5050 asyncio .create_task (self .async_cleanup ())
5151 except RuntimeError :
Original file line number Diff line number Diff line change 44using current_task() for scoping, which can cause issues in behave tests.
55"""
66
7- import asyncio
8- import functools
9- import logging
10-
11- from behave .runner import Context
12-
137from archipy .models .entities import BaseEntity
148
159
You can’t perform that action at this time.
0 commit comments