Skip to content

Commit

Permalink
Release 4.0.0a5
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Jan 23, 2021
1 parent 45f4e74 commit de9229f
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 23 deletions.
36 changes: 36 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ Release History

.. towncrier release notes start
v4.0.0a5 (2021-01-23)
---------------------

Features - 4.0.0a5
~~~~~~~~~~~~~~~~~~
- Support the ``system_site_packages``/``sitepackages`` flag for virtual environment based tox environments -
by :user:`gaborbernat`. (`#1847 <https://github.com/tox-dev/tox/issues/1847>`_)
- Support the ``always_copy``/``alwayscopy`` flag for virtual environment based tox environments -
by :user:`gaborbernat`. (`#1848 <https://github.com/tox-dev/tox/issues/1848>`_)
- Support the ``download`` flag for virtual environment based tox environments - by :user:`gaborbernat`. (`#1849 <https://github.com/tox-dev/tox/issues/1849>`_)
- Recreate virtual environment based tox environments when the ``virtualenv`` version changes - by :user:`gaborbernat`. (`#1865 <https://github.com/tox-dev/tox/issues/1865>`_)

Bugfixes - 4.0.0a5
~~~~~~~~~~~~~~~~~~
- Not all package dependencies are installed when different tox environments in the same run use different set of
extras - by :user:`gaborbernat`. (`#1868 <https://github.com/tox-dev/tox/issues/1868>`_)
- Support ``=`` separator in requirement file flags, directories as requirements and correctly set the root of the
requirements file when using the ``--root`` CLI flag to change the root - by :user:`gaborbernat`. (`#1853 <https://github.com/tox-dev/tox/issues/1853>`_)
- Cleanup local subprocess file handlers when exiting runs (fixes ``ResourceWarning: unclosed file`` errors when running
with ``env PYTHONTRACEMALLOC=5 PYTHONDEVMODE=y`` under a python built with ``--with-pydebug``)
- by :user:`gaborbernat`. (`#1857 <https://github.com/tox-dev/tox/issues/1857>`_)
- Various small bugfixes:

- honor updating default environment variables set by internal tox via set env (``PIP_DISABLE_PIP_VERSION_CHECK``)
- do not multi-wrap ``HandledError`` in the ini file loader,
- skipped environments are logged now with their fail message at default verbosity level,
- fix an error that made the show configuration command crash when making the string of a config value failed,
- support empty-new lines within the set env configurations replacements,

by :user:`gaborbernat`. (`#1864 <https://github.com/tox-dev/tox/issues/1864>`_)

Improved Documentation - 4.0.0a5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add CLI documentation - by :user:`gaborbernat`. (`#1852 <https://github.com/tox-dev/tox/issues/1852>`_)


v4.0.0a4 (2021-01-16)
---------------------

Expand Down
2 changes: 0 additions & 2 deletions docs/changelog/1847.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1848.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1849.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1852.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1853.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/1857.bugfix.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/changelog/1864.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1865.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1868.feature.rst

This file was deleted.

0 comments on commit de9229f

Please sign in to comment.