9c4d383
Bump version: 80.8.0 → 80.9.005cb3c8
Merge pull request #5014
from pypa/debt/pkg_resources-deadline3b0bf5b
Adjust ignore9c28cdf
Set a deadline for the removal of pkg_resources later this year
(December).a3bfef9
Merge pull request #5013
from DimitriPapadopoulos/ISC64bf9d0
Enforce ruff/flake8-implicit-str-concat rules (ISC)3250c25
Fix broken link in docs (#4947)5ccf50e
Merge pull request #5006
from pypa/feature/remove-more-pkg_resources134e587
Suppress nitpicky typecheck in pyright.0bf2663
Add news fragment.Sourced from pytest-mock's releases.
v3.14.1
- #503: Python 3.14 is now officially supported.
Sourced from pytest-mock's changelog.
3.14.1 (2025-08-26)
[#503](https://github.com/pytest-dev/pytest-mock/issues/503) <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.
34dd61a
Release 3.14.1299adb9
Add support for Python 3.14 (#503)f5fcef7
[pre-commit.ci] pre-commit autoupdate (#504)bae64d8
[pre-commit.ci] pre-commit autoupdate (#502)824f334
[pre-commit.ci] pre-commit autoupdate (#501)db1add6
[pre-commit.ci] pre-commit autoupdate (#500)48ac874
[pre-commit.ci] pre-commit autoupdate (#499)fe7ad9a
[pre-commit.ci] pre-commit autoupdate (#498)7857e60
[pre-commit.ci] pre-commit autoupdate (#497)a8b97ea
[pre-commit.ci] pre-commit autoupdate (#496)Sourced from pytest-xdist's changelog.
pytest-xdist 3.7.0 (2025-05-26)
Features
[#1142](https://github.com/pytest-dev/pytest-xdist/issues/1142) <https://github.com/pytest-dev/pytest-xdist/issues/1142>_: Added support for Python 3.13.
[#1144](https://github.com/pytest-dev/pytest-xdist/issues/1144) <https://github.com/pytest-dev/pytest-xdist/issues/1144>_: The internalstealcommand is now atomic - it unschedules either all requested tests or none.This is a prerequisite for group/scope support in the
workstealscheduler, so test groups won't be broken up incorrectly.
[#1170](https://github.com/pytest-dev/pytest-xdist/issues/1170) <https://github.com/pytest-dev/pytest-xdist/issues/1170>_: Add the--pxarg to create proxy gateways.Proxy gateways are passed to additional gateways using the
viakeyword. They can serve as a way to run multiple workers on remote machines.
[#1200](https://github.com/pytest-dev/pytest-xdist/issues/1200) <https://github.com/pytest-dev/pytest-xdist/issues/1200>_: Now multiplexdist_groupmarkers are considered when assigning tests to groups (order does not matter).Previously, only the last marker would assign a test to a group, but now if a test has multiple
xdist_groupmarks applied (for example via parametrization or via fixtures), they are merged to make a new group.Removals
[#1162](https://github.com/pytest-dev/pytest-xdist/issues/1162) <https://github.com/pytest-dev/pytest-xdist/issues/1162>_: Dropped support for EOL Python 3.8.Trivial Changes
[#1092](https://github.com/pytest-dev/pytest-xdist/issues/1092) <https://github.com/pytest-dev/pytest-xdist/issues/1092>_: Update an error message to better indicate where users should go for more information.
[#1190](https://github.com/pytest-dev/pytest-xdist/issues/1190) <https://github.com/pytest-dev/pytest-xdist/issues/1190>_: Switched to using a SPDX license identifier introduced in PEP 639.
b561916
Release 3.7.071bd3ed
[pre-commit.ci] pre-commit autoupdate (#1204)65de0ab
Join multiple xdist_group markers (#1201)199f949
[pre-commit.ci] pre-commit autoupdate (#1202)b0215da
[pre-commit.ci] pre-commit autoupdate (#1199)18e4785
[pre-commit.ci] pre-commit autoupdate (#1198)731c05d
[pre-commit.ci] pre-commit autoupdate (#1197)16c5be3
[pre-commit.ci] pre-commit autoupdate (#1195)e03757a
[pre-commit.ci] pre-commit autoupdate (#1193)f1d81a4
Merge pull request #1192
from adamchainz/document_disabling