Skip to content

Commit 2cd905c

Browse files
Try to fix the deployment 37
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 40e850f commit 2cd905c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,23 @@ jobs:
7373
python -m venv .venv
7474
source .venv/bin/activate
7575
pip install --upgrade pip
76-
# pip install python-jose pynamodb
7776
pip install -r requirements.txt
7877
7978
- name: Python Lint
8079
working-directory: cla-backend
8180
run: |
8281
python -m venv .venv
8382
source .venv/bin/activate
84-
# pip install --upgrade pylint wrapt
83+
pip install --upgrade pylint
8584
pylint cla/*.py || true
8685
8786
- name: Python Test
8887
working-directory: cla-backend
8988
run: |
9089
python -m venv .venv
9190
source .venv/bin/activate
92-
# pip install --upgrade pytest py pytest_clarity wrapt
93-
pip install --upgrade pytest py pytest_clarity
91+
# pip install --upgrade pytest py pytest_clarity
92+
pip install --upgrade pytest pytest-clarity pytest-cov
9493
pytest "cla/tests" -p no:warnings || true
9594
env:
9695
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org

cla-backend/requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ pydocusign==2.2
3636
PyGithub==1.55
3737
PyJWT==2.7.0
3838
pyparsing==2.4.5
39-
pytest==5.0.1
40-
pytest-clarity==0.3.0a0
41-
pytest-cov==2.8.1
4239
python-dateutil==2.8.1
4340
requests==2.31.0
4441
requests-oauthlib==1.2.0
@@ -59,4 +56,3 @@ python-jose==3.3.0
5956
pynamodb==6.0.2
6057
wrapt==1.17.2
6158
astroid==3.3.8
62-
pylint==3.3.4

0 commit comments

Comments
 (0)