Package: dh-python Version: 6.20250308 Followup-For: Bug #958152 I agree with this bug report. The documention does not make it clear how to set the environment variables that control dh's use of pybuild.
For instance the pybuild man page says there are options to set which test system is used. Default unittest, otherwise --test-nose, --test-pytest, --test-tox, etc. But these are pybuild command line options. The man page says we would normally control pybuild in debian/rules by setting PYBUILD_ env variables. Which ones? PYBUILD_TEST=pytest does not work. PYBUILD_TEST_PYTEST=1 does not make sense (and does not work) What are the secret magic incantations for controlling pybuild?