-
-
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.4.0
head repository: pytest-dev/pytest
compare: 8.4.1
- 11 commits
- 29 files changed
- 9 contributors
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 293b392 - Browse repository at this point
Copy the full SHA 293b392View commit details -
RELEASING: remove pytest mailing list (#13472) (#13473)
It is no longer. (cherry picked from commit 80dfa2d) Co-authored-by: Ran Benita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc5ceed - Browse repository at this point
Copy the full SHA cc5ceedView commit details
Commits on Jun 3, 2025
-
fix: support TerminalReporter.isatty being called (#13462) (#13483)
Fixes #13461. (cherry picked from commit cba5c4a) Co-authored-by: Martin Fischer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b49745e - Browse repository at this point
Copy the full SHA b49745eView commit details -
Merge pull request #13486 from hosmir/fixtypo (#13487)
Fix typo in docs regarding capsys/capteesys (cherry picked from commit 8f93ae9) Co-authored-by: John Litborn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e631a7 - Browse repository at this point
Copy the full SHA 4e631a7View commit details
Commits on Jun 6, 2025
-
Remove outdated warning about faulthandler_timeout on Windows (#13492) (
#13493) --------- (cherry picked from commit 216c7ec) Co-authored-by: Iwithyou2025 <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a0581b - Browse repository at this point
Copy the full SHA 1a0581bView commit details
Commits on Jun 15, 2025
-
Fix typo in parametrize.rst (#13514) (#13516)
(cherry picked from commit 64c1173) Co-authored-by: SarahPythonista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a86ee09 - Browse repository at this point
Copy the full SHA a86ee09View commit details
Commits on Jun 16, 2025
-
pytester: avoid unraisableexception gc collects in inline runs to spe…
…ed up test suite (#13525) (#13526) Because `pytester.runpytest()` executes the full session cycle (including `pytest_unconfigure`), it was calling `gc.collect()` in a loop multiple times—even for small, fast tests. This significantly increased the total test suite runtime. To optimize performance, disable the gc runs in inline pytester runs entirely, matching the behavior before #12958. Locally the test suite runtime improved dramatically, dropping from 425s to 160s. Fixes #13482. (cherry picked from commit 391324e) Co-authored-by: Ran Benita <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c161ab - Browse repository at this point
Copy the full SHA 4c161abView commit details
Commits on Jun 17, 2025
-
Fix compatibility with Twisted 25 (#13502) (#13531)
As discussed in #13502, the fix for compatibility with Twisted 25+ is simpler. Therefore, it makes sense to implement both fixes (for Twisted 24 and Twisted 25) in parallel. This way, we can eventually drop support for Twisted <25 and keep only the simpler workaround. In addition, the `unittestextras` tox environment has been replaced with dedicated test environments for `asynctest`, `Twisted 24`, and `Twisted 25`. Fixes #13497 (cherry picked from commit 01dce85) Co-authored-by: Bruno Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1b3a78 - Browse repository at this point
Copy the full SHA a1b3a78View commit details -
Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)
Since this warning is meant to be permanent, added proper documentation to the `assert` section in the docs. Fixes #13477 (cherry picked from commit 53f05c4) Co-authored-by: Bruno Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0c7ed0 - Browse repository at this point
Copy the full SHA d0c7ed0View commit details -
docs: update pytest.ini addopts example to use separate -p entries (#…
…13529) (#13532) (cherry picked from commit 40a1713) Co-authored-by: Iwithyou2025 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dc5880 - Browse repository at this point
Copy the full SHA 5dc5880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d99211 - Browse repository at this point
Copy the full SHA 8d99211View 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.4.0...8.4.1