<div dir="ltr">I&#39;ll look into that, thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 8, 2015 at 5:47 AM, holger krekel <span dir="ltr">&lt;<a href="mailto:holger@merlinux.eu" target="_blank">holger@merlinux.eu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
<span class=""><br>
On Mon, Dec 01, 2014 at 20:09 -0800, Chris Rose wrote:<br>
&gt; My package&#39;s Jython launcher is not trivial -- it sets up some environment<br>
&gt; variables, some system properties, and then runs the Jython 2.7 jar, like<br>
&gt; so:<br>
&gt;<br>
&gt; PYTHONPATH=... ENV_VAR=... $BIN/java -Dsomestuff $LIB/jython.jar -c &quot;import<br>
&gt; _pytest.config; _pytest.config.main()&quot;<br>
&gt;<br>
&gt; When I try use xdist, though, the xdist gateway tries to start the Jython<br>
&gt; process for the remote by executing just $LIB/jython.jar, which does not<br>
&gt; work. Is there any way I can control the xdist plugin&#39;s executable for the<br>
&gt; gateway process?<br>
<br>
</span>Take a look at the &quot;xspec&quot; syntax which you can use with the ``--tx`` option<br>
of pytest-xdist:<br>
<br>
<a href="http://codespeak.net/execnet/basics.html#examples-for-valid-gateway-specifications" target="_blank">http://codespeak.net/execnet/basics.html#examples-for-valid-gateway-specifications</a><br>
<br>
not sure, though, that jython still works with the execnet mechanisms, though.<br>
<br>
best,<br>
holger<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Chris R.<br>======<br>Not to be taken literally, internally, or seriously.<br>Twitter: <a href="http://twitter.com/offby1" target="_blank">http://twitter.com/offby1</a></div>
</div>