From f34311d5c4b9e30ce6319c1ae8dec563b91dbc9c Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 31 Oct 2025 05:32:48 +0000 Subject: [PATCH] build: do not install pdbpp in the test environment for CFFI Python bindings Closes --- python/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 64a693bbc..ea4c35b1f 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -23,7 +23,6 @@ deps = pytest pytest-timeout pytest-xdist - pdbpp requests # urllib3 2.0 does not work in manylinux2014 containers. # https://github.com/deltachat/deltachat-core-rust/issues/4788