Bug#1035645: reprotest: FTBFS with tox 4

Vagrant Cascadian vagrant at reproducible-builds.org
Wed May 10 00:13:30 BST 2023


On 2023-05-09, stefanor at debian.org wrote:
> Hi Vagrant (2023.05.07_00:01:34_+0000)
>> This patch is trivial and fixes building with tox 4, but unfortunately
>> breaks building with tox 3:
>
> How about this, works on both, by using the multiline syntax:
>
> diff --git a/tox.ini b/tox.ini
> index 1c3488d..579e4bd 100644
> --- a/tox.ini
> +++ b/tox.ini
> @@ -10,7 +10,10 @@ commands =
>    {envpython} -m coverage html
>  
>  [testenv]
> -passenv = REPROTEST_TEST_* VIRTUALENV_DOWNLOAD *_proxy TERM
> +passenv =
> +  REPROTEST_TEST_*
> +  VIRTUALENV_DOWNLOAD
> +  *_proxy,TERM
>  # usedevelop = True
>  deps =
>    coverage

Thanks, tested and pushed a fix to git based on that idea!

live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-builds/attachments/20230509/8c6d3315/attachment.sig>


More information about the Reproducible-builds mailing list