File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,6 @@ def kubernetes_patch(monkeypatch):
93
93
"charm.KubernetesRouterCharm.get_all_k8s_node_hostnames_and_ips" ,
94
94
lambda * args , ** kwargs : None ,
95
95
)
96
- monkeypatch .setattr ("kubernetes_upgrade._Partition.get" , lambda * args , ** kwargs : 0 )
97
- monkeypatch .setattr ("kubernetes_upgrade._Partition.set" , lambda * args , ** kwargs : None )
98
96
99
97
100
98
@pytest .fixture (params = [True , False ])
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ commands_pre =
43
43
poetry install --only main,charm-libs,unit
44
44
commands =
45
45
# `--forked` workaround to deal with memory leaks in scenario tests
46
- poetry run pytest --forked --numprocesses 120 -- cov =src --ignore ={[vars]tests_path}/integration/ {posargs}
46
+ poetry run pytest --cov =src --ignore ={[vars]tests_path}/integration/ {posargs}
47
47
48
48
[testenv:integration]
49
49
pass_env =
You can’t perform that action at this time.
0 commit comments