This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, Peter L3, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, eric.smith, eric.snow, ethan smith, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky
Date 2019-03-07.18:46:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANkHFr8Xe0vweiDF9NfykN8NKqpZXfRqCSoyv1rPE2=C8WhEpA@mail.gmail.com>
In-reply-to <CAP1=2W7v3nyxC3h5rWpC3j4SO3GVCdk8cKYNpANVTPzqOABPDA@mail.gmail.com>
Content
> because you’re on the same machine and you pip installed it, I have no
> choice but to pay those costs, which I haven’t explicitly opted in to.
>
> At least for the coverage plugins there is a required opt in from
> environment variable (as shown above).

There's a simple `if 'COVSOMETHING' in os.environ` check to activate it.
That can't cost a significant amount of time. This is rather another bad
actor argument.
History
Date User Action Args
2019-03-07 18:46:16ionelmcsetrecipients: + ionelmc, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, ethan smith, cheryl.sabella, Chris Billington, Peter L3
2019-03-07 18:46:16ionelmclinkissue33944 messages
2019-03-07 18:46:16ionelmccreate