File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,17 @@ jobs:
8484 run : |
8585 python -m venv .venv
8686 source .venv/bin/activate
87- pip install pylint
88- ## pip install --upgrade wrapt
87+ pip install --upgrade pylint wrapt
8988 pylint cla/*.py || true
9089
9190 - name : Python Test
9291 working-directory : cla-backend
9392 run : |
9493 python -m venv .venv
9594 source .venv/bin/activate
96- pip install --upgrade pytest py pytest_clarity wrapt
97- pytest "cla/tests" -p no:warnings
9895 ## pip install --upgrade pytest py pytest_clarity six
99- ## pytest "cla/tests" -p no:warnings || true
96+ pip install --upgrade pytest py pytest_clarity wrapt
97+ pytest "cla/tests" -p no:warnings || true
10098 env :
10199 PLATFORM_GATEWAY_URL : https://api-gw.dev.platform.linuxfoundation.org
102100 AUTH0_PLATFORM_URL : https://linuxfoundation-dev.auth0.com/oauth/token
You can’t perform that action at this time.
0 commit comments