Insights: pytest-dev/pytest
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
7.4.4 pytest 7.4.4 (2023-12-31)
published
Dec 31, 2023 -
8.0.0rc1 pytest 8.0.0rc1 (2023-12-30)
published
Jan 2, 2024
25 Pull requests merged by 8 people
-
Add summary for xfails with -rxX option
#11574 merged
Jan 5, 2024 -
Fix a mistake in pytest.warns' docstring (expect_warning accepts tuples, not any sequence)
#11769 merged
Jan 4, 2024 -
Update docstring of scripts/generate-gh-release-notes.py
#11767 merged
Jan 4, 2024 -
[8.0.x] Fix teardown error reporting when `--maxfail=1`
#11764 merged
Jan 4, 2024 -
[8.0.x] Improve GitHub release workflow
#11766 merged
Jan 3, 2024 -
Improve GitHub release workflow
#11754 merged
Jan 3, 2024 -
Fix teardown error reporting when `--maxfail=1`
#11721 merged
Jan 3, 2024 -
Remove pytest 8 deprecations
#11757 merged
Jan 3, 2024 -
Clarified `markers` ini property. Fix #11738
#11739 merged
Jan 3, 2024 -
[8.0.x] terminalwriter: fix crash trying to highlight empty source
#11763 merged
Jan 3, 2024 -
terminalwriter: fix crash trying to highlight empty source
#11760 merged
Jan 3, 2024 -
Cherry pick 8.0.0rc1 release notes
#11756 merged
Jan 2, 2024 -
Prepare release 8.0.0rc1
#11744 merged
Jan 2, 2024 -
Cherry-pick 7.4.4 release notes
#11753 merged
Dec 31, 2023 -
Prepare release 7.4.4
#11752 merged
Dec 31, 2023 -
[7.4.x] Ensure the docstring is a string
#11751 merged
Dec 31, 2023 -
[7.4.x] Improve reporting from __iter__ exceptions
#11749 merged
Dec 31, 2023 -
[7.4.x] #11091: documentation should use hypthonated properties
#11750 merged
Dec 31, 2023 -
[7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
#11747 merged
Dec 31, 2023 -
[automated] Update plugin list
#11746 merged
Dec 31, 2023 -
nodes: fix tracebacks from collection errors are not getting pruned
#11711 merged
Dec 31, 2023 -
Change "Marks applied to fixtures" removal from 8 to 9
#11745 merged
Dec 31, 2023 -
Rework Session and Package collection
#11646 merged
Dec 30, 2023 -
[automated] Update plugin list
#11736 merged
Dec 30, 2023 -
[pre-commit.ci] pre-commit autoupdate
#11737 merged
Dec 30, 2023
3 Pull requests opened by 2 people
-
[8.0.x] Update docstring of scripts/generate-gh-release-notes.py
#11768 opened
Jan 4, 2024 -
Small `fspath` cleanups
#11774 opened
Jan 4, 2024 -
unittest: inline `_make_xunit_fixture`
#11776 opened
Jan 5, 2024
29 Issues closed by 6 people
-
`-rx` and `-rX` should turn on output for xfail/xpass
#11233 closed
Jan 5, 2024 -
_node_cache in #2283 may sometimes cause tests to get lost
#4007 closed
Jan 4, 2024 -
Suggestion: error output improvement
#6921 closed
Jan 4, 2024 -
Class Method teardown() is Called by pytest, even though it is not documented
#6973 closed
Jan 4, 2024 -
test_stepwise.py::test_fail_and_continue_with_stepwise is flaky on ubuntu-pyp3
#7088 closed
Jan 4, 2024 -
Change deprecation warnings into errors for 8.0
#7363 closed
Jan 4, 2024 -
how do I stop dependabot from pushing upgrades to my fork
#8327 closed
Jan 4, 2024 -
expand node.fspath docs and add request.path as alternative to request.fspath
#8576 closed
Jan 4, 2024 -
Deprecate Node.fspath access
#8908 closed
Jan 4, 2024 -
SystemError during AST parsing (recursion depth mismatch)
#10763 closed
Jan 4, 2024 -
Occasional AST constructor depth mismatch
#10874 closed
Jan 4, 2024 -
6.2.4: sphinx warnings
#8730 closed
Jan 4, 2024 -
Package fixtures teardown not being invoked after package scope
#10992 closed
Jan 4, 2024 -
Python 3.7 still listed as supported on PyPI and in badge
#11720 closed
Jan 4, 2024 -
Package fixture doesn't respect dependency
#7400 closed
Jan 4, 2024 -
Possible Bug in package scoped fixture teardown
#4684 closed
Jan 4, 2024 -
Package scoped fixture is evaluated multiple times if used in a sub-package
#7256 closed
Jan 4, 2024 -
Pytest crash when exception is raised in fixture teardown and --exitfirst flag is set
#9266 closed
Jan 4, 2024 -
Failure in fixture cleanup code causing a crash when --exitfirst is set
#10490 closed
Jan 4, 2024 -
After adding a doctest to a file, setup() is called if defined in the same file
#10825 closed
Jan 4, 2024 -
fixture scope "package" wrong teardown order with nested packages
#11480 closed
Jan 4, 2024 -
Pytest aborts when fixture errors during teardown and `--maxfail=1`
#11706 closed
Jan 3, 2024 -
Suggest Packages to Install
#11762 closed
Jan 3, 2024 -
Bug with prerelease pytest
#11758 closed
Jan 3, 2024 -
Tracebacks from collection errors are not pruned
#11710 closed
Dec 31, 2023 -
How should package collection work?
#7777 closed
Dec 30, 2023
6 Issues opened by 6 people
-
Reference leaks caused by `@pytest.mark.parametrize` on newer Python versions
#11773 opened
Jan 4, 2024 -
Performance regression on services heavy on logging starting from 6.0.0rc1
#11772 opened
Jan 4, 2024 -
Pytest sometimes fails with the INTERNALERROR message
#11765 opened
Jan 3, 2024 -
Testing fails with `pytest-xdist` installed and disabled
#11761 opened
Jan 2, 2024 -
Pytest 8.0.0rc1 stopped respecting usefixtures marker applied in pytest_itemcollected
#11759 opened
Jan 2, 2024
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
RFC: from __future__ import annotations + pyupgrade
#10997 commented on
Jan 5, 2024 • 13 new comments -
Regression in 7.1 ? Windows CI started to fail with "assert mod not in mods" since 7.1
#9765 commented on
Jan 5, 2024 • 5 new comments -
request: map back to original test function in `-rs`
#11742 commented on
Jan 1, 2024 • 4 new comments -
Resolve param indices using param values, not parameterset index
#11257 commented on
Jan 5, 2024 • 3 new comments -
Test case verbosity
#11653 commented on
Jan 2, 2024 • 2 new comments -
7.4 and 8.0 release planning
#11126 commented on
Jan 2, 2024 • 2 new comments -
Pytest not discovering test classes with custom decorators
#11633 commented on
Dec 31, 2023 • 1 new comment -
Pytest doesn't print fixture teardown if there is a passing test along side the failing test in a suite
#11620 commented on
Dec 31, 2023 • 1 new comment -
Allow pytest.raises cooperate with ExceptionGroups
#11538 commented on
Dec 31, 2023 • 1 new comment -
pytest flaky segfaults after running tests, with macOS and Python 3.12
#11647 commented on
Dec 31, 2023 • 1 new comment -
avoid tests collection before a test execution
#11651 commented on
Dec 31, 2023 • 1 new comment -
Common footgun `pytest.raises(Exception)`: should this be a warning?
#4475 commented on
Jan 4, 2024 • 1 new comment -
pytest closes io.BytesIO objects innappropiately (using pandas to_parquet)
#11657 commented on
Dec 31, 2023 • 1 new comment -
Error collecting test session
#11674 commented on
Dec 31, 2023 • 1 new comment -
Cannot use configs in non root directory
#11705 commented on
Dec 31, 2023 • 1 new comment -
datetime and timedelta suport for approx
#8395 commented on
Dec 29, 2023 • 1 new comment -
Pytest does not show addClassCleanup errors
#11728 commented on
Jan 4, 2024 • 0 new comments -
pytest doesn't execute conftest.py file on lambda
#10652 commented on
Jan 4, 2024 • 0 new comments -
Failures with terminal coloring in selftesting
#10503 commented on
Jan 4, 2024 • 0 new comments -
PEP-657 enhanced error locations in pytest tracebacks
#10224 commented on
Jan 4, 2024 • 0 new comments -
pytest 6.0.0 + Windows + 64-bit integer backend for SciPy
#7592 commented on
Jan 4, 2024 • 0 new comments