File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ pydocusign==2.2
3636PyGithub == 1.55
3737PyJWT == 2.7.0
3838pyparsing == 2.4.5
39- pytest == 5.0.1
40- pytest-clarity == 0.3.0a0
41- pytest-cov == 2.8.1
4239python-dateutil == 2.8.1
4340requests == 2.31.0
4441requests-oauthlib == 1.2.0
@@ -59,4 +56,3 @@ python-jose==3.3.0
5956pynamodb == 6.0.2
6057wrapt == 1.17.2
6158astroid == 3.3.8
62- pylint == 3.3.4
You can’t perform that action at this time.
0 commit comments