On 2023-05-09, stefa...@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

Attachment: signature.asc
Description: PGP signature

Reply via email to