Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.25.1 #2451

Merged
merged 1 commit into from Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/changelog.rst
Expand Up @@ -11,6 +11,28 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start


v3.25.1 (2022-06-29)
--------------------

Bugfixes
^^^^^^^^

- ``sitepackages = true`` will add user's site-package to the python path on Windows as expected -- by :user:`niander`
`#2402 <https://github.com/tox-dev/tox/issues/2402>`_
- Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11 -- by :user:`adamchainz`
`#2417 <https://github.com/tox-dev/tox/issues/2417>`_
- Fix ``isolated_build`` when the build process produces stderr at exit.
`#2449 <https://github.com/tox-dev/tox/issues/2449>`_


Documentation
^^^^^^^^^^^^^

- Explain advantages of ``PIP_CONSTRAINT`` environment variable over ``--constraint`` argument.
`#2423 <https://github.com/tox-dev/tox/issues/2423>`_


v3.25.0 (2022-04-11)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/2402.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2417.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2449.bugfix.rst

This file was deleted.