File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
- run : pip install -e .[dev]
21
21
22
22
- run : pytest --cov=yoti_python_sdk yoti_python_sdk/tests --cov-report=xml:coverage-reports/coverage-new.xml
23
+ env :
24
+ PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION : python
23
25
24
26
- run : sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage-reports/coverage-new.xml
25
27
Original file line number Diff line number Diff line change 24
24
- run : pip install -e .[dev]
25
25
26
26
- run : pytest -v
27
+ env :
28
+ PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION : python
27
29
28
30
examples :
29
31
name : Check Examples
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cffi>=1.16.0
5
5
future>=0.18.3
6
6
itsdangerous>=2.1.2
7
7
pbr>=5.11.1
8
- protobuf= =4.21.12
8
+ protobuf> =4.21.12
9
9
pyopenssl>=24.0.0
10
10
PyYAML>=6.0
11
11
pytz>=2025.2
Original file line number Diff line number Diff line change 23
23
24
24
"asn1==2.2.0" , # still pinned due to enum34 issue
25
25
"cryptography>=42.0.0" ,
26
- "protobuf= =4.21.12" ,
26
+ "protobuf> =4.21.12" ,
27
27
"requests>=2.31.0" ,
28
28
"pyopenssl>=24.0.0" ,
29
29
"pytz>=2025.2" ,
You can’t perform that action at this time.
0 commit comments