Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Julian Gilbey Newsgroups: linux.debian.maint.python Subject: Re: Unable to set custom test command for pybuild Date: Thu, 31 Oct 2024 19:30:01 +0100 Message-ID: References: X-Original-To: John Paul Adrian Glaubitz X-Mailbox-Line: From debian-python-request@lists.debian.org Thu Oct 31 18:21:56 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.2 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -4.6 X-Greylist: delayed 1444 seconds by postgrey-1.36 at bendel; Thu, 31 Oct 2024 18:21:42 UTC MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailing-List: archive/latest/22491 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/ZyPFD3fT8WbxGsrE@d-and-j.net Approved: robomod@news.nic.it Lines: 17 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Thu, 31 Oct 2024 17:57:35 +0000 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.python:16421 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 = Best wishes, Julian