File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8282 - name : Python Lint
8383 working-directory : cla-backend
8484 run : |
85- ## python -m venv .venv
86- ## source .venv/bin/activate
87- ## pip install pylint
85+ python -m venv .venv
86+ source .venv/bin/activate
87+ pip install pylint
8888 ## pip install --upgrade wrapt
8989 pylint cla/*.py || true
9090
9393 run : |
9494 python -m venv .venv
9595 source .venv/bin/activate
96- pip install --upgrade pytest py pytest_clarity
96+ pip install --upgrade pytest py pytest_clarity wrapt
9797 pytest "cla/tests" -p no:warnings
9898 ## pip install --upgrade pytest py pytest_clarity six
9999 ## pytest "cla/tests" -p no:warnings || true
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ urllib3==1.26.18
5858vintage == 0.4.1
5959wcwidth == 0.1.7
6060Werkzeug == 0.15.5
61- wrapt == 1.11.2
61+ ## wrapt==1.11.2
6262zipp == 3.15.0
6363markupsafe == 2.0.1
You can’t perform that action at this time.
0 commit comments