On Thu, Oct 31, 2024 at 06:22:45PM +0100, John Paul Adrian Glaubitz wrote: > (Please CC me as I'm not subscribed to this list) > > Hello, > > I need to override the standard test for pybuild and according to the manpage > [1] > this is achieved by passing "--test-custom" to pybuild. Unfortunately, it's > actually > not saying where exactly the parameter needs to go. > > I tried setting it via "export PYBUILD_OPTION=" but that didn't work.
export PYBUILD_TEST_CUSTOM = 1 export PYBUILD_TEST_ARGS = <custom test command> Best wishes, Julian