An open API service for providing issue and pull request metadata for open source projects.

GitHub / pytest-dev/pytest issues and pull requests

#13014 - Apply PEP 639

Pull Request - State: open - Opened by nicoddemus 8 months ago - 7 comments
Labels: skip news

#13012 - Fix 13010 - Ensure pytest.approx in sequence/collections only process instances of Number

Pull Request - State: closed - Opened by marcelotrevisani 8 months ago - 4 comments
Labels: bot:chronographer:provided

#13010 - pytest.approx Raises misleading error for Sequences/Collections containing different strings

Issue - State: closed - Opened by marcelotrevisani 8 months ago - 1 comment
Labels: topic: approx

#13009 - Upgrade ruff to 0.8.1 and fix existing issues

Pull Request - State: closed - Opened by Pierre-Sassoulas 8 months ago - 1 comment
Labels: dependencies, skip news

#13008 - Fix `pytest.mark.usefixtures()` without arguments silently erroring

Pull Request - State: closed - Opened by daara-s 8 months ago - 7 comments
Labels: bot:chronographer:provided

#13007 - Add fastapi integration testing tutorial

Pull Request - State: closed - Opened by DarkStarStrix 8 months ago - 4 comments

#13006 - Add Missing Docstrings to main.py

Pull Request - State: closed - Opened by Tusenka 8 months ago

#13003 - Ability to provide a custom doctest checker

Issue - State: open - Opened by mgedmin 8 months ago - 3 comments
Labels: type: proposal, plugin: doctests

#13002 - Save teardown exceptions for further teardowns

Pull Request - State: open - Opened by Myp3a 8 months ago - 12 comments
Labels: bot:chronographer:provided

#13001 - `pytest.xfail` and `pytest.skip` as context managers

Issue - State: open - Opened by stevapple 8 months ago - 7 comments
Labels: type: proposal

#12999 - typing: Improve FixtureDefinition and FixtureDef

Pull Request - State: closed - Opened by nicoddemus 8 months ago - 3 comments
Labels: bot:chronographer:provided

#12997 - Better syntax for Parametrize's named test cases

Issue - State: closed - Opened by revolve-ai 8 months ago - 2 comments

#12995 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago - 1 comment

#12994 - Add a helper to FixtureRequest for adding context managers

Issue - State: closed - Opened by jan-hudec 8 months ago - 5 comments

#12988 - build(deps): Bump pytest-rerunfailures from 14.0 to 15.0 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python

#12986 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 8 months ago - 1 comment

#12985 - docs: Fix wrong statement about sys.modules with importlib import mode

Pull Request - State: closed - Opened by The-Compiler 8 months ago - 1 comment
Labels: type: docs, skip news, backport 8.3.x

#12984 - ModuleNotFoundError: No module named. In github actions by using pytest

Issue - State: closed - Opened by danilyef 8 months ago - 7 comments
Labels: type: question, topic: collection, status: needs information, stale

#12982 - prevent Config.add_cleanup callbacks preventing other cleanups running

Pull Request - State: closed - Opened by graingert 8 months ago
Labels: bot:chronographer:provided

#12979 - Add Missing Docstrings and inline comments to pytest/src/_pytest/main.py (Lines 245-490)

Issue - State: open - Opened by LClarky 8 months ago - 4 comments
Labels: type: docs

#12976 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#12975 - display single contained exception in excgroups in test summary

Pull Request - State: closed - Opened by jakkdl 8 months ago
Labels: bot:chronographer:provided

#12974 - prioritize outputting relative paths

Pull Request - State: closed - Opened by dongfangtianyu 8 months ago - 8 comments
Labels: bot:chronographer:provided

#12973 - prioritize outputting relative paths in the terminal

Issue - State: open - Opened by dongfangtianyu 8 months ago
Labels: type: proposal, topic: reporting

#12972 - build(deps): Bump codecov/codecov-action from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, github_actions

#12971 - build(deps): Bump pytest-bdd from 7.3.0 to 8.0.0 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python

#12970 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 8 months ago - 1 comment

#12968 - Remove _pytest.compat.is_generator() fixes #12960

Pull Request - State: closed - Opened by arpitgupta-it 8 months ago - 8 comments
Labels: bot:chronographer:provided

#12967 - Clarify docs on specifying multiple filters with pytest.mark.filterwarnings

Pull Request - State: closed - Opened by soxofaan 9 months ago - 1 comment
Labels: bot:chronographer:provided, backport 8.3.x

#12966 - Clarify docs on specifying multiple filters with `pytest.mark.filterwarnings`

Issue - State: open - Opened by soxofaan 9 months ago - 2 comments
Labels: type: docs, plugin: warnings

#12965 - support IPython DummyMod as __main__ module for pytest fixtures

Pull Request - State: closed - Opened by smacke 9 months ago - 1 comment

#12963 - Added dedicated page about using types with pytest #12842

Pull Request - State: closed - Opened by mwychung 9 months ago - 5 comments
Labels: bot:chronographer:provided, backport 8.3.x

#12962 - add assertion to FixtureLookupError.formatrepr

Pull Request - State: closed - Opened by jakkdl 9 months ago
Labels: type: refactoring, skip news

#12961 - Prevent `readline` from bugging out when the `editline` backend is used

Pull Request - State: closed - Opened by Viicos 9 months ago - 5 comments

#12960 - Remove `_pytest.compat.is_generator()` and just use `inspect.isgeneratorfunction()` directly

Issue - State: closed - Opened by Zac-HD 9 months ago - 4 comments
Labels: good first issue, type: refactoring

#12959 - Fix ANSI escape codes for colored output not handled correctly with pytest.fail(..., pytrace=False)

Pull Request - State: closed - Opened by leonarduschen 9 months ago - 3 comments
Labels: bot:chronographer:provided, backport 8.3.x

#12958 - unraisablehook enhancements

Pull Request - State: closed - Opened by graingert 9 months ago - 6 comments
Labels: bot:chronographer:provided

#12956 - Add a github workflow for analyzing issues using Claude

Pull Request - State: closed - Opened by kushal-thakkar 9 months ago - 1 comment

#12955 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago

#12954 - [pylint consider-using-any-or-all] Fix or disable all detected issues

Pull Request - State: closed - Opened by Pierre-Sassoulas 9 months ago
Labels: skip news

#12953 - build(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#12952 - Override a fixture on a test module level:with "name" key_word_arg, its may not Override

Issue - State: open - Opened by steadyfirmness 9 months ago - 9 comments
Labels: type: bug, topic: fixtures

#12951 - build(deps): Bump django from 5.1.2 to 5.1.3 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#12950 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 9 months ago - 1 comment

#12949 - pytest -doctest sometimes ignores +ELLIPSIS flag

Issue - State: closed - Opened by xqt 9 months ago - 1 comment

#12947 - Copy docstrings to wrapped pdb methods

Pull Request - State: closed - Opened by adamchainz 9 months ago - 2 comments
Labels: bot:chronographer:provided

#12946 - pytest pdb commands missing documentation

Issue - State: open - Opened by adamchainz 9 months ago
Labels: type: docs, plugin: debugging

#12945 - pytest 8.4 release plans

Issue - State: open - Opened by nicoddemus 9 months ago - 16 comments

#12943 - `=== short test summary info ===` messages are not useful for `ExceptionGroup`s

Issue - State: closed - Opened by Zac-HD 9 months ago - 4 comments
Labels: type: enhancement, topic: reporting

#12942 - Rename changelog entries to breaking

Pull Request - State: closed - Opened by nicoddemus 9 months ago - 1 comment
Labels: skip news

#12939 - Allow hooks to retry a single test case multiple times with fresh fixtures

Issue - State: open - Opened by bcmills 9 months ago - 4 comments
Labels: type: proposal, topic: fixtures

#12938 - `-vv` should not override `--durations-min`

Issue - State: closed - Opened by JulianJvn 9 months ago - 2 comments
Labels: type: bug

#12937 - build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#12936 - build(deps): Bump hynek/build-and-inspect-python-package from 2.9.0 to 2.10.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 1 comment
Labels: dependencies, github_actions, backport 8.3.x

#12935 - build(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 3 comments
Labels: dependencies, github_actions

#12934 - use Contextmanagers to handle StopIteration in generators

Pull Request - State: closed - Opened by RonnyPfannschmidt 9 months ago - 8 comments
Labels: bot:chronographer:provided

#12933 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 9 months ago - 1 comment

#12932 - Re-integrate Sphinx's linkcheck into CI configuration

Pull Request - State: closed - Opened by ladislav987 9 months ago - 3 comments
Labels: skip news

#12931 - Session scoped fixture run multiple times when adding fixture via metafunc #5738

Issue - State: closed - Opened by grtdeveloper 9 months ago - 6 comments
Labels: status: needs information, topic: fixtures, stale

#12930 - DeprecationWarning if sync test requests async fixture

Pull Request - State: closed - Opened by jakkdl 9 months ago - 15 comments
Labels: bot:chronographer:provided

#12929 - tests raising StopIteration break pytest/pluggy

Issue - State: closed - Opened by RonnyPfannschmidt 9 months ago
Labels: type: bug

#12927 - Why does pytest not execute the entire loop?

Issue - State: closed - Opened by tejendrapsingh 9 months ago - 3 comments

#12925 - psexec call fails depending on order of tests

Issue - State: closed - Opened by saste 9 months ago - 1 comment

#12924 - [pylint consider-using-any-or-all] Fix all detected issues

Pull Request - State: closed - Opened by Pierre-Sassoulas 9 months ago - 1 comment
Labels: skip news

#12923 - document how a fixture can depend on another fixture behaviour, but not on its return value

Issue - State: closed - Opened by kalfa 9 months ago - 3 comments
Labels: type: question, topic: fixtures

#12922 - build(deps): Bump twisted from 24.7.0 to 24.10.0 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#12921 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 9 months ago - 1 comment

#12919 - Refactor: simplify get_scope_node by using a mapping dictionary

Pull Request - State: closed - Opened by ToghrulMirzayev 9 months ago - 8 comments

#12918 - Conditionally ignore collection of setuptools dirnames

Pull Request - State: open - Opened by sus-pe 9 months ago - 2 comments
Labels: bot:chronographer:provided

#12916 - Facing issue with pytest plugins from entry_points of multiple packages

Issue - State: closed - Opened by satya-alapati-einfochips 9 months ago - 5 comments
Labels: status: needs information, stale

#12915 - Offer a way to handle conflicting options

Issue - State: open - Opened by DieTapete 9 months ago - 4 comments
Labels: type: proposal, topic: config

#12913 - [minor] avoid test failing if the working path contains the string 'error'

Pull Request - State: closed - Opened by jakkdl 9 months ago - 1 comment
Labels: skip news, backport 8.3.x

#12912 - Improve docs on basetemp and retention

Pull Request - State: closed - Opened by soxofaan 9 months ago - 9 comments
Labels: bot:chronographer:provided, backport 8.3.x

#12910 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago - 2 comments

#12909 - Fixture parameters marks work only if there's a single one marked

Issue - State: closed - Opened by volnushka 9 months ago - 8 comments

#12907 - Improve (beginner) UX around self vs. fixtures

Issue - State: open - Opened by The-Compiler 9 months ago - 3 comments
Labels: type: proposal, topic: reporting

#12905 - build(deps): Bump anyio[curio,trio] from 4.6.2 to 4.6.2.post1 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#12903 - [automated] Update plugin list

Pull Request - State: closed - Opened by github-actions[bot] 9 months ago - 1 comment

#12902 - Docs: Add `EXCLUDE_PROJECTS` option to `update-plugin-list.py` (#12901)

Pull Request - State: closed - Opened by amotl 9 months ago - 6 comments
Labels: bot:chronographer:provided

#12901 - `EXCLUDE_PROJECTS` mechanism for `update-plugin-list.py`

Issue - State: closed - Opened by amotl 9 months ago - 2 comments

#12900 - `ValueError: 'int' is not callable` when running pytest

Issue - State: closed - Opened by stur86 9 months ago - 3 comments

#12899 - Test function argument prevents execution of autouse fixture when used in @pytest.mark.parametrize

Issue - State: closed - Opened by kkmarv 9 months ago - 4 comments
Labels: type: question, type: docs

#12898 - Recwarn: Fix module when re-emitting unmatched warnings

Pull Request - State: closed - Opened by reaganjlee 9 months ago - 2 comments
Labels: bot:chronographer:provided

#12897 - adds `keep_ignores` kwarg to `pytest.warns`

Pull Request - State: open - Opened by aaronzo 9 months ago - 3 comments
Labels: bot:chronographer:provided

#12895 - "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 393: invalid continuation byte" from codecs.py

Issue - State: closed - Opened by hfuchiue-rocket 10 months ago - 14 comments
Labels: status: needs information, stale

#12893 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 10 months ago

#12891 - build(deps): Bump anyio[curio,trio] from 4.6.0 to 4.6.2 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, python

#12890 - build(deps): Bump django from 5.1.1 to 5.1.2 in /testing/plugins_integration

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, python