<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox-git.git/docs, branch 4.4.8</title>
<subtitle>github.com: tox-dev/tox.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/'/>
<entry>
<title>release 4.4.8</title>
<updated>2023-03-26T17:11:21+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2023-03-26T17:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=c037e62b2fd26a63beef64b24decf62417ae45d4'/>
<id>c037e62b2fd26a63beef64b24decf62417ae45d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for requirements.txt using both --index-url and --find-links (#2959)</title>
<updated>2023-03-26T14:25:48+00:00</updated>
<author>
<name>Alexander Clausen</name>
<email>alex@gc-web.de</email>
</author>
<published>2023-03-26T14:25:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=0e3776e00cb9a78771c249cdaed2a57c6f84ea49'/>
<id>0e3776e00cb9a78771c249cdaed2a57c6f84ea49</id>
<content type='text'>
Without the fix, installation would fail with:

    AttributeError: 'Namespace' object has no attribute 'find_links'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the fix, installation would fail with:

    AttributeError: 'Namespace' object has no attribute 'find_links'</pre>
</div>
</content>
</entry>
<entry>
<title>docs: s/master/main/g in contributing docs</title>
<updated>2023-03-26T14:10:56+00:00</updated>
<author>
<name>Alexander Clausen</name>
<email>alex@gc-web.de</email>
</author>
<published>2023-03-26T13:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=10c58fface96857f00bb253b2b88c297d5baf5d5'/>
<id>10c58fface96857f00bb253b2b88c297d5baf5d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation regarding ``homedir`` variable (upgrade to tox 4) (#2955)</title>
<updated>2023-03-23T14:41:55+00:00</updated>
<author>
<name>aelray</name>
<email>aelray@gmail.com</email>
</author>
<published>2023-03-23T14:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=f942b9134e5d1023b782cce52bd7a702333151f7'/>
<id>f942b9134e5d1023b782cce52bd7a702333151f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: remove (dynamic) years from copyright (#2941)</title>
<updated>2023-03-14T14:42:34+00:00</updated>
<author>
<name>Faidon Liambotis</name>
<email>paravoid@debian.org</email>
</author>
<published>2023-03-14T14:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=947699505fbae9c650cafd74fc314939207cd300'/>
<id>947699505fbae9c650cafd74fc314939207cd300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include `tox.ini` in sdist to fix tests</title>
<updated>2023-03-13T11:00:00+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2023-03-13T05:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=78d1f642c0c6b3ee21998694303796811fa3ced0'/>
<id>78d1f642c0c6b3ee21998694303796811fa3ced0</id>
<content type='text'>
Include the `tox.ini` file in sdist, in order to fix a few test failures
due to an additional error message printed by tox, i.e.:

    FAILED tests/config/cli/test_parse.py::test_verbosity_guess_miss_match - AssertionError: assert 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-python/t...
    FAILED tests/config/loader/test_loader.py::test_override_incorrect[-x] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
    FAILED tests/config/loader/test_loader.py::test_override_incorrect[--override] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the `tox.ini` file in sdist, in order to fix a few test failures
due to an additional error message printed by tox, i.e.:

    FAILED tests/config/cli/test_parse.py::test_verbosity_guess_miss_match - AssertionError: assert 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-python/t...
    FAILED tests/config/loader/test_loader.py::test_override_incorrect[-x] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
    FAILED tests/config/loader/test_loader.py::test_override_incorrect[--override] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: set html_last_updated_fmt to format string (#2937)</title>
<updated>2023-03-12T16:32:39+00:00</updated>
<author>
<name>Faidon Liambotis</name>
<email>paravoid@debian.org</email>
</author>
<published>2023-03-12T16:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=6be22dfd074decd636acd85bdd76a78b9a7164e2'/>
<id>6be22dfd074decd636acd85bdd76a78b9a7164e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(config): fix temp_dir default value</title>
<updated>2023-03-02T19:28:03+00:00</updated>
<author>
<name>César Román</name>
<email>thecesrom@gmail.com</email>
</author>
<published>2023-03-02T17:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=177a227889a93416bd154938361977486d14b0bb'/>
<id>177a227889a93416bd154938361977486d14b0bb</id>
<content type='text'>
Ref: https://github.com/tox-dev/tox/discussions/2930
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/tox-dev/tox/discussions/2930
</pre>
</div>
</content>
</entry>
<entry>
<title>release 4.4.6</title>
<updated>2023-02-21T17:14:34+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2023-02-21T17:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=251dc1ab542537e603be7d4b9b0f06a3a417e409'/>
<id>251dc1ab542537e603be7d4b9b0f06a3a417e409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Custom prefix in .ini source (#2927)</title>
<updated>2023-02-21T08:13:46+00:00</updated>
<author>
<name>Masen Furer</name>
<email>m_github@0x26.net</email>
</author>
<published>2023-02-21T08:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox-git.git/commit/?id=f4fcb7b44c1855f5bcc2a352755a081094ecb130'/>
<id>f4fcb7b44c1855f5bcc2a352755a081094ecb130</id>
<content type='text'>
* test_source_ini: custom config can overlap testenv

regression test for plugin behavior in #2926

* IniSource.get_loader: check section.prefix

ensure that loaders returned from .ini source are bound
to the correct section prefix, if specified.

add comment explaining why the code must look up the name
in the _section_mapping

fix #2926

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test_source_ini: custom config can overlap testenv

regression test for plugin behavior in #2926

* IniSource.get_loader: check section.prefix

ensure that loaders returned from .ini source are bound
to the correct section prefix, if specified.

add comment explaining why the code must look up the name
in the _section_mapping

fix #2926

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
