<div dir="ltr">Thanks for the quick reply :-)<div><br></div><div>Just ran another experiment.  I tried to create the first environment using the same command as Tox, but leave the 2nd unchanged.  It seems like Tox uses the 3rd-party virtualenv package while I was trying to use the built-in venv package provided since Python 3.3+.   Apparently, they don&#39;t like to mix.</div><div><br></div><div>If I change both to use the 3rd-party virtualenv package, it seems to work (at least in a shell script).  I&#39;ll try to get that in my full implementation to confirm.</div><div><br></div><div>Cheers,</div><div><br></div><div>André</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 17, 2016 at 11:23 PM, Florian Bruhin <span dir="ltr">&lt;<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* André Caron &lt;<a href="mailto:andre.l.caron@gmail.com">andre.l.caron@gmail.com</a>&gt; [2016-01-17 23:09:04 -0500]:<br>
<span class="">&gt; Since it only fails under Tox, I&#39;m assuming Tox is doing something that<br>
&gt; affects the behavior of virtual environment creation, but I can&#39;t figure<br>
&gt; out what.<br>
<br>
</span>Odd... I can reproduce it and first thought it might be because of<br>
environment filtering, but adding &quot;passenv = *&quot; doesn&#39;t change<br>
anything.<br>
<span class="HOEnZb"><font color="#888888"><br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" rel="noreferrer" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">http://the-compiler.org/pubkey.asc</a><br>
         I love long mails! | <a href="http://email.is-not-s.ms/" rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br>
</font></span><br>_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" rel="noreferrer" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
<br></blockquote></div><br></div>