We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd905c commit 7d1ff5bCopy full SHA for 7d1ff5b
.github/workflows/deploy-dev.yml
@@ -88,8 +88,7 @@ jobs:
88
run: |
89
python -m venv .venv
90
source .venv/bin/activate
91
- # pip install --upgrade pytest py pytest_clarity
92
- pip install --upgrade pytest pytest-clarity pytest-cov
+ pip install --upgrade pytest py pytest-cov pytest-clarity
93
pytest "cla/tests" -p no:warnings || true
94
env:
95
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
cla-backend/requirements.txt
@@ -29,7 +29,6 @@ more-itertools==8.0.2
29
nose2==0.9.1
30
oauthlib==3.1.0
31
packaging==20.5
32
-pluggy==0.13.1
33
py==1.10.0
34
pyasn1==0.4.8
35
pydocusign==2.2
@@ -56,3 +55,4 @@ python-jose==3.3.0
56
55
pynamodb==6.0.2
57
wrapt==1.17.2
58
astroid==3.3.8
+pluggy==1.5.0
0 commit comments