Skip to content

Commit 1f2402a

Browse files
committed
lint
1 parent 8bd1368 commit 1f2402a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

e2e_batch/Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-include .env
22

3-
4-
53
APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
64
AWS_DOMAIN_NAME=https://$(shell make -C ../terraform -s output name=service_domain_name || true)
75
PARALLEL_WORKERS=4
@@ -10,13 +8,4 @@ print-token:
108
@echo "APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN)"
119

1210
run-immunization-batch:
13-
# ENVIRONMENT=$(environment) poetry run python -m unittest -v -c
14-
ENVIRONMENT=$(ENVIRONMENT) poetry run unittest-parallel -v -j $(PARALLEL_WORKERS)
15-
16-
test:
17-
# @echo "PR_NUMBER=$(PR_NUMBER)"
18-
# @echo "ENVIRONMENT=$(ENVIRONMENT)"
19-
# ENVIRONMENT=$(ENVIRONMENT) poetry run python -m unittest -v -c
2011
ENVIRONMENT=$(ENVIRONMENT) poetry run unittest-parallel -v -j $(PARALLEL_WORKERS)
21-
22-

e2e_batch/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import time
22
import csv
33
import pandas as pd
4-
import boto3
54
import uuid
65
import json
76
import random

0 commit comments

Comments
 (0)