Skip to content

Conversation

@jdave-zip
Copy link

No description provided.

pytestbot and others added 30 commits July 20, 2024 15:20
doc/changelog: update user tag

(cherry picked from commit c03989c)
…ts/8.3.x/c03989cee87a0c24ea61f2e322bea71433ee3ff4/pr-12640

[PR pytest-dev#12640/c03989ce backport][8.3.x] doc/changelog: update user tag
…ts/8.3.x/6c806b499ddbb844753b5c8c4d70a8b98b9d1c3a/pr-12656

[PR pytest-dev#12656/6c806b49 backport][8.3.x] explicitly detect conda envs - fixes pytest-dev#12652
Pin towncrier due to incompatibility with sphinxcontrib-towncrier

(cherry picked from commit f0a0436)
…ts/8.3.x/f0a0436dd0b2c2fa2a3adea0f4a7cb388ec54af9/pr-12675

[PR pytest-dev#12675/f0a0436d backport][8.3.x] Pin towncrier due to incompatibility with sphinxcontrib-towncrier
…policy-example (pytest-dev#12683)

Remove quotes from example tmp_path_retention_policy

(cherry picked from commit dc756f4)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
…ev#12662) (pytest-dev#12687)

Seems like we just missed that case when more fine-grained verbosity levels were added.

Fixes pytest-dev#6682, pytest-dev#12307

(cherry picked from commit bc1e17e)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
…ytest-dev#12692)

As discussed in pytest-dev#12633.

(cherry picked from commit 2b99703)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
As part of onboarding Pierre to the core team.

Also add contacts in alphabetical order

(cherry picked from commit a01dca5)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
…v#12703)

Update the description for the `cache_dir` configuration options section to improve semantics and clarity for an unclear sentence in the file `reference.rst`.

(cherry picked from commit 49eafce)

Co-authored-by: Eugene Mwangi <mwangi.em37@gmail.com>
Fixes pytest-dev#12667

(cherry picked from commit cb98538)

Co-authored-by: Reagan Lee <96998476+reaganjlee@users.noreply.github.com>
…ge (pytest-dev#12729) (pytest-dev#12733)

Closes pytest-dev#12663

(cherry picked from commit 51845fc)

Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
Fix incorrect Self import from typing instead of typing_extensions.

---------

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
(cherry picked from commit c947145)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
- [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1)
According to https://pypi.org/project/types-pkg-resources/#history, that package has been supplanted by `types-setuptools`.
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.6...v0.5.7)

* Apply pyupgrade latest changes

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)

* Fix sphinx with a more robust fix

Until sphinx-contrib/sphinxcontrib-towncrier#92 is resolved.

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
webknjaz and others added 26 commits December 16, 2024 06:17
…ts/8.3.x/d5254b50f8c1302e86a4fc81780ca513cdf2fb24/pr-13064

[PR pytest-dev#13064/d5254b50 backport][8.3.x] build(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
Some of the pluggy jobs (I guess the ones fetching from git) started to
fail since pluggy dropped support for 3.8 and the jobs are running with
3.8. So bump them to 3.9.
…luggy

[8.3.x] ci: fix failing jobs due to pluggy requiring Python>=3.9
…st-dev#13062) (pytest-dev#13067)

Fix all issues reported by zizmor 0.9.2 running locally.

See: https://woodruffw.github.io/zizmor/
(cherry picked from commit ee8f98d)

Co-authored-by: Ran Benita <ran@unusedvar.com>
pre-commit: add zizmor hook
(cherry picked from commit 76a7f59)
…ts/8.3.x/76a7f59a90e078a498253f68cb6d26d39cc17d5b/pr-13069

[PR pytest-dev#13069/76a7f59a backport][8.3.x] pre-commit: add zizmor hook
…itespace

Fix selftests with Pygments >= 2.19.0

(cherry picked from commit bdfc3a9)
…ts/8.3.x/bdfc3a99bd733f385f150446caef6d5843bb6418/pr-13113

[PR pytest-dev#13113/bdfc3a99 backport][8.3.x] Fix selftests with Pygments >= 2.19.0
…) (pytest-dev#13117)

Fixes pytest-dev#13083

---------

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
(cherry picked from commit 3214263)

Co-authored-by: delta87 <124760624+delta87@users.noreply.github.com>
)

* Update links to microblogging pages

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

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

* Apply suggestions from code review

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit 05538ac)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
…st-dev#13154)

Ref pytest-dev#13149

(cherry picked from commit 4a6a512)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
…13163)

Fix pytest-dev#11777

Co-authored-by: Kenny Y <24802984+kenny-y-dev@users.noreply.github.com>
Fix two tiny typos in `pythonpath.rst`

(cherry picked from commit c962c86)

Co-authored-by: Sadra Barikbin <sadraqazvin1@yahoo.com>
Otherwise the build is broken as Python 3.13 is used, but the pinned pydantic-core version doesn't have support.
)

(cherry picked from commit 1f1a10c)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
…test-dev#13200)

remove `git fetch` from tox `docs` environment

(cherry picked from commit de1a488)

Co-authored-by: John Litborn <11260241+jakkdl@users.noreply.github.com>
…ytest-dev#13225)

This got added in 38fb6aa, where the "The
return value ... changed" made a lot of sense. However,
9c5da9c removed the "versionadded" without
adjusting the wording.

Also see 3a4435f.

(cherry picked from commit 62aa427)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
* Add readline workaround for libedit

We had a very similar workaround before for pyreadline, which had a similar
issue:

- Introduced in pytest-dev#1281
- Removed in pytest-dev#8848 for pytest-dev#8733 and pytest-dev#8847

This technically will regress the issues above, but those issues just mean that
`import readline` is broken in general, so the user should fix it instead (by
e.g. uninstalling pyreadline).

Fixes pytest-dev#12888
Fixes pytest-dev#13170

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

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

* Handle no readline on Windows

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit b4009b3)
…ts/8.3.x/b4009b31978053fe077a32d219ad947a5ba7243c/pr-13176
…er-bump (pytest-dev#13258)

(cherry picked from commit c4028e9)

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>
…v#13250) (pytest-dev#13259)

---
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>

(cherry picked from commit 9f3c4d1)

Co-authored-by: Vincent (Wen Yu) Ge <gewenyu99@gmail.com>
…ytest-dev#12963) (pytest-dev#13260)

Fixes pytest-dev#12842

---------

Co-authored-by: Bruno Oliveira <bruno@pytest.org>
(cherry picked from commit ca35145)

Co-authored-by: mwychung <145583690+mwychung@users.noreply.github.com>
Fixes pytest-dev#1367
Fixes pytest-dev/pytest-subtests#71

---------

Co-authored-by: Ran Benita <ran@unusedvar.com>
Convert all the values of `SubtestContext.kwargs` to strings using `saferepr`.

This complies with the requirement that the returned dict from `pytest_report_to_serializable` is serializable to JSON, at the cost of losing type information for objects that are natively supported by JSON.

Fixes pytest-dev/pytest-xdist#1273
@jdave-zip jdave-zip marked this pull request as ready for review January 16, 2026 20:06
@jdave-zip jdave-zip closed this Jan 16, 2026
@jdave-zip jdave-zip deleted the jdave--custom-release-branch branch January 16, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants