-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: pytest-dev/pytest
base: 8.2.1
head repository: pytest-dev/pytest
compare: 8.2.2
- 14 commits
- 26 files changed
- 9 contributors
Commits on May 19, 2024
-
Merge pull request #12341 from pytest-dev/release-8.2.1
Prepare release 8.2.1
Configuration menu - View commit details
-
Copy full SHA for bddbeba - Browse repository at this point
Copy the full SHA bddbebaView commit details -
Fix link in changelog (#12343) (#12344)
Co-authored-by: Hynek Schlawack <hs@ox.cx>
Configuration menu - View commit details
-
Copy full SHA for 22e885f - Browse repository at this point
Copy the full SHA 22e885fView commit details
Commits on May 21, 2024
-
[8.2.x] Issue #12290 - Docs using Furo Theme W/ Dark Mode (#12348)
Co-authored-by: Sam Jirovec <47160720+samjirovec@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0e7a07 - Browse repository at this point
Copy the full SHA f0e7a07View commit details
Commits on May 24, 2024
-
[8.2.x] Add thread safety section to flaky test docs (#12362)
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 558e4fa - Browse repository at this point
Copy the full SHA 558e4faView commit details
Commits on May 26, 2024
-
[8.2.x] unittest: fix class instances no longer released on test tear…
…down since pytest 8.2.0
Configuration menu - View commit details
-
Copy full SHA for f7358ae - Browse repository at this point
Copy the full SHA f7358aeView commit details -
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.x
[8.2.x] unittest: fix class instances no longer released on test teardown since pytest 8.2.0
Configuration menu - View commit details
-
Copy full SHA for a5ee3c4 - Browse repository at this point
Copy the full SHA a5ee3c4View commit details -
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)
Co-authored-by: James Frost <james.frost@metoffice.gov.uk>
Configuration menu - View commit details
-
Copy full SHA for 240a252 - Browse repository at this point
Copy the full SHA 240a252View commit details
Commits on May 28, 2024
-
[8.2.x] Clarify pytest_ignore_collect docs (#12386)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1d103e5 - Browse repository at this point
Copy the full SHA 1d103e5View commit details
Commits on May 30, 2024
-
[8.2.x] doc: Update trainings/events (#12402)
Co-authored-by: Florian Bruhin <me@the-compiler.org>
Configuration menu - View commit details
-
Copy full SHA for 4569a01 - Browse repository at this point
Copy the full SHA 4569a01View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bb73d7 - Browse repository at this point
Copy the full SHA 9bb73d7View commit details -
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory creation
Configuration menu - View commit details
-
Copy full SHA for b41d5a5 - Browse repository at this point
Copy the full SHA b41d5a5View commit details
Commits on Jun 4, 2024
-
[8.2.x] fixtures: fix catastrophic performance problem in `reorder_it…
…ems` Manual minimal backport from commit e89d23b. Fix #12355. In the issue, it was reported that the `reorder_items` has quadratic (or worse...) behavior with certain simple parametrizations. After some debugging I found that the problem happens because the "Fix items_by_argkey order" loop keeps adding the same item to the deque, and it reaches epic sizes which causes the slowdown. I don't claim to understand how the `reorder_items` algorithm works, but if as far as I understand, if an item already exists in the deque, the correct thing to do is to move it to the front. Since a deque doesn't have such an (efficient) operation, this switches to `OrderedDict` which can efficiently append from both sides, deduplicate and move to front.
Configuration menu - View commit details
-
Copy full SHA for 153a436 - Browse repository at this point
Copy the full SHA 153a436View commit details -
Merge pull request #12414 from bluetech/backport-12409
[8.2.x] fixtures: fix catastrophic performance problem in `reorder_items`
Configuration menu - View commit details
-
Copy full SHA for 214d098 - Browse repository at this point
Copy the full SHA 214d098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329d371 - Browse repository at this point
Copy the full SHA 329d371View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.2.1...8.2.2