<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox-git.git/src, branch master</title>
<subtitle>github.com: tox-dev/tox.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/'/>
<entry>
<title>venv: Do not fail for test commands that don't exist with "-" leader (#2316)</title>
<updated>2022-01-13T07:40:56+00:00</updated>
<author>
<name>Chris Down</name>
<email>chris@chrisdown.name</email>
</author>
<published>2022-01-13T07:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=9cc692d85c9ce84344ea7fee4b127755c6099a32'/>
<id>9cc692d85c9ce84344ea7fee4b127755c6099a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not reinstall in develop mode without setup.py (#2273)</title>
<updated>2021-12-29T00:20:18+00:00</updated>
<author>
<name>Vincent Vanlaer</name>
<email>13833860+VincentVanlaer@users.noreply.github.com</email>
</author>
<published>2021-12-29T00:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=72e239141d7fbe9f16093f7e1a861eb69ea7e451'/>
<id>72e239141d7fbe9f16093f7e1a861eb69ea7e451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos (#2253)</title>
<updated>2021-12-03T18:30:47+00:00</updated>
<author>
<name>Kian Meng Ang</name>
<email>kianmeng.ang@gmail.com</email>
</author>
<published>2021-12-03T18:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=717b7644a2376c0178ad293c41c76ff6631bdc46'/>
<id>717b7644a2376c0178ad293c41c76ff6631bdc46</id>
<content type='text'>
Co-authored-by: Jürgen Gmach &lt;juergen.gmach@googlemail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jürgen Gmach &lt;juergen.gmach@googlemail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>venv: do not prepend a truncated shebang interpreter (#2203)</title>
<updated>2021-09-16T07:36:40+00:00</updated>
<author>
<name>James Knight</name>
<email>james.d.knight@live.com</email>
</author>
<published>2021-09-16T07:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=51cc218e71949e90ab7982bbb12a475fcbb90613'/>
<id>51cc218e71949e90ab7982bbb12a475fcbb90613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only respect ALL environments when not in parallel (#2207)</title>
<updated>2021-09-13T19:17:52+00:00</updated>
<author>
<name>guahki</name>
<email>85439599+guahki@users.noreply.github.com</email>
</author>
<published>2021-09-13T19:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=3c1c29ab609bf4471d5bf5598585cd76fa890c71'/>
<id>3c1c29ab609bf4471d5bf5598585cd76fa890c71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ASCII output for --parallel report lines (#2164)</title>
<updated>2021-08-21T13:39:07+00:00</updated>
<author>
<name>Brett Smith</name>
<email>brettcsmith@brettcsmith.org</email>
</author>
<published>2021-08-21T13:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=8f5ca1165749efd71d4d3afc19285a9257fe1279'/>
<id>8f5ca1165749efd71d4d3afc19285a9257fe1279</id>
<content type='text'>
* Add SpinnerMessage helper class

This class provides a single interface for spinner strings where we
ideally want to report Unicode but want to fall back to ASCII when the
terminal doesn't support it.

* Add ASCII messages for OK/FAIL/SKIP lines

Fixes #1421.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add SpinnerMessage helper class

This class provides a single interface for spinner strings where we
ideally want to report Unicode but want to fall back to ASCII when the
terminal doesn't support it.

* Add ASCII messages for OK/FAIL/SKIP lines

Fixes #1421.</pre>
</div>
</content>
</entry>
<entry>
<title>Add LC_ALL to implicit tox passenv (#2162)</title>
<updated>2021-08-18T11:25:47+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2021-08-18T11:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=bb609f5acfc580588925367b00533bf808e9d4c1'/>
<id>bb609f5acfc580588925367b00533bf808e9d4c1</id>
<content type='text'>
This is needed because LANG by itself is not enough to help newer pip from failing on py36. Forcing tox users to manually alter not only their system configuration but also their tox.ini files to avoid that bug is not quite desired. As we already pass `LANG` and `LANGUAGE` I see not reason why we should not do the same for `LC_ALL` too.

Related: https://github.com/pypa/pip/issues/10219</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed because LANG by itself is not enough to help newer pip from failing on py36. Forcing tox users to manually alter not only their system configuration but also their tox.ini files to avoid that bug is not quite desired. As we already pass `LANG` and `LANGUAGE` I see not reason why we should not do the same for `LC_ALL` too.

Related: https://github.com/pypa/pip/issues/10219</pre>
</div>
</content>
</entry>
<entry>
<title>Alow backend build system to omit `get_requires_for_build_sdist` hook (#2131)</title>
<updated>2021-07-31T12:09:32+00:00</updated>
<author>
<name>oczkoisse</name>
<email>oczkoisse@pm.me</email>
</author>
<published>2021-07-31T12:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=db5861cc7a6cb9d7479116077065423c8d358218'/>
<id>db5861cc7a6cb9d7479116077065423c8d358218</id>
<content type='text'>
* Fix isolated build with backends missing optional hooks

* Add a test for verifying that tox works with enscons

* Remove a redundant comment

* Add name to CONTRIBUTORS

* Add changelog entry</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix isolated build with backends missing optional hooks

* Add a test for verifying that tox works with enscons

* Remove a redundant comment

* Add name to CONTRIBUTORS

* Add changelog entry</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3.10 to CI and handle distutils deprecation</title>
<updated>2021-07-14T10:18:59+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2021-07-14T09:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=91dfd3e8bdf95ca2992d675162619036345120d4'/>
<id>91dfd3e8bdf95ca2992d675162619036345120d4</id>
<content type='text'>
Signed-off-by: Bernát Gábor &lt;gaborjbernat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernát Gábor &lt;gaborjbernat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix show config when package names are not canonical (#2103)</title>
<updated>2021-07-13T15:48:19+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2021-07-13T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tox-git.git/commit/?id=fc593d2ec692fd888aea4dbf0b847e6e192ac975'/>
<id>fc593d2ec692fd888aea4dbf0b847e6e192ac975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
