Re: Running pybuild tests with search path for entry_points()

2024-05-11 Thread Sebastiaan Couwenberg
On 5/11/24 8:47 PM, John Paul Adrian Glaubitz wrote: export PYTHONPATH = $(CURDIR) Try setting it to the build_dir path: PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1

Running pybuild tests with search path for entry_points()

2024-05-11 Thread John Paul Adrian Glaubitz
(Please CC me as I'm not subscribed to debian-devel) Hello, I am currently trying to update src:kiwi to its latest upstream version to fix #1069389 [1]. The problem that I am now stuck with is that the testsuite uses the entry_points class to test for the available kiwi.tasks. It looks like