Jim Brännlund

Results 445 comments of Jim Brännlund

Here's what I do to handle the new ceph-quincy package: ```yaml tasks: - name: Set the "no-subscription" repositories ansible.builtin.apt_repository: filename: "{{ item.filename }}" repo: "deb http://download.proxmox.com/debian/{{ item.repo }} bookworm {{...

Thanks for the fast reply @diemol ! I figured as much. Even tho it's been quite some time since I was a heavy user of a self-hosted Grid, what I...

Adding `export PIP_CERT="/etc/ssl/certs"` seems to have solved it. However, that seems like a hack. Happy to help troubleshoot further.

> This can be solved by setting the global cert flag in pip (where ca_certs is the folder containing your custom cert): > > ```shell > pip config set global.cert...

> I think the correct fix is rather to not allow the log to expand further to the right than the viewport. Can you help with this @drRedflint ?

Can you try using the master branch? That was fixed in: https://github.com/pytest-dev/pytest-html/pull/754 And released in 4.1.0.

Thanks for the PR! Since we're about to release the first RC of v4 (aka next-gen) which is a complete rewrite of the plugin, let's put this on hold. One...

Can you try `4.0.0rc0` and see if it works as expected?