Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DQ-71: added libs versions for libs in requirements.txt #60

Merged
merged 4 commits into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions functions/allure_report/make_allure_report.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from mapper import create_json_report
import os
import sys
import s3fs
import boto3
import boto
import boto.s3
import time


def handler(event, context):
qa_bucket = os.environ['QA_BUCKET']
Expand All @@ -14,7 +9,7 @@ def handler(event, context):
suite = report.get('suite_name')
folder_key = report.get('folder_key')
validate_id = report.get('validate_id')
link,key = create_json_report(suite,cloudfront,folder_key,validate_id)
link, key = create_json_report(suite, cloudfront, folder_key, validate_id)
os.system("chmod +x generate_report.sh")
os.system(f"sh generate_report.sh {key} {qa_bucket}")

Expand Down
10 changes: 5 additions & 5 deletions functions/allure_report/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
importlib-metadata
importlib-metadata==6.6.0
aiobotocore==1.3.0
jinja2==3.0.3
nbconvert==6.5.1
great-expectations==0.14.1
s3fs
s3fs==2021.7.0
python-dateutil==2.8.1
botocore==1.20.49
boto3==1.17.1
boto
boto==2.49.0
pyarrow==2
fastparquet
awswrangler
fastparquet==0.8.1
awswrangler==2.12.1
6 changes: 3 additions & 3 deletions functions/report_push/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ s3fs==2021.6.0
python-dateutil==2.8.1
botocore==1.20.49
boto3==1.17.1
boto
boto==2.49.0
pyarrow==2
fastparquet
awswrangler
fastparquet==0.8.1
awswrangler==2.12.1
aiobotocore==1.3.0
jira==3.2.0