Skip to content

Commit 05d9675

Browse files
committed
chore: debugging
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 43cc86d commit 05d9675

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.tekton/.currency/scripts/generate_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def get_taskruns(namespace, task_name, taskrun_filter, is_default_task=False):
170170
name_pattern = re.compile(r".*-(\d+)$")
171171

172172
if is_default_task:
173+
print(filtered_taskruns)
173174
filtered_taskruns.sort(
174175
key=lambda tr: int(name_pattern.search(tr["metadata"]["name"]).group(1)),
175176
reverse=True,

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-r requirements-minimal.txt
22
aioamqp>=0.15.0
33
aiofiles>=0.5.0
4-
aiohttp>=3.8.3
4+
aiohttp<=3.10.11; python_version <= "3.8"
5+
aiohttp>=3.10.11; python_version > "3.8"
56
boto3>=1.17.74
67
bottle>=0.12.25
78
celery>=5.2.7

0 commit comments

Comments
 (0)