File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors = [
1414 {email = " Ledger SAS <team-embedded-software+enclave@ledger.fr>" },
1515]
1616dependencies = [
17- " grpcio==1.66.2 " ,
17+ " grpcio>=1.68.1 " ,
1818 " protobuf>=5.27.1,<6" ,
1919 " six==1.16.0" ,
2020]
@@ -78,6 +78,3 @@ skips = ["tests/*.py"]
7878convention = " pep257"
7979
8080[tool .setuptools_scm ]
81-
82- [tool .pytest .ini_options ]
83- asyncio_default_fixture_loop_scope = " function"
Original file line number Diff line number Diff line change 1010from etcd3 .locks import Lock
1111from etcd3 .members import Member
1212
13- __version__ = metadata .version ("protect-device " )
13+ __version__ = metadata .version ("etcd3 " )
1414__author__ = "Louis Taylor"
1515__email__ = "louis@kragniz.eu"
1616
Original file line number Diff line number Diff line change @@ -1221,7 +1221,7 @@ def test_channel_with_no_cert(self):
12211221 )
12221222 assert client .uses_secure_channel is False
12231223
1224- @mock .patch ('etcdrpc.AuthStub' )
1224+ @mock .patch ('etcd3. etcdrpc.AuthStub' )
12251225 def test_user_pwd_auth (self , auth_mock ):
12261226 auth_resp_mock = mock .MagicMock ()
12271227 auth_resp_mock .token = 'foo'
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ commands_pre =
3232 cp {env_tmp_dir}/etcd-v3.3.10-linux-amd64/etcdctl {envdir}/bin
3333commands =
3434 pifpaf -e PYTHON run etcd --cluster -- py.test --cov =etcd3 --cov-report = --basetemp ={envtmpdir} {posargs}
35+ coverage report -m
36+ coverage xml
3537
3638[testenv:flake8]
3739commands =flake8 {posargs}
You can’t perform that action at this time.
0 commit comments