GitHub / pytest-dev/pytest issues and pull requests
#13132 - Fix issue #13047: Handle numpy booleans in pytest.approx
Pull Request -
State: closed - Opened by malangsiddharth 6 months ago
- 1 comment
#13130 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 6 months ago
#13128 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
- 1 comment
#13127 - [PR #13123/05538acf backport][8.3.x] Update links to microblogging pages
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
#13126 - Add confval ``console_output_style`` option ``times``
Pull Request -
State: closed - Opened by afcmrp 7 months ago
- 6 comments
Labels: bot:chronographer:provided
#13125 - Console output for execution time of tests
Issue -
State: closed - Opened by afcmrp 7 months ago
- 2 comments
#13124 - Fixed invalid regex handling in filterwarnings
Pull Request -
State: closed - Opened by virendrapatil24 7 months ago
- 4 comments
Labels: bot:chronographer:provided
#13123 - Update links to microblogging pages
Pull Request -
State: closed - Opened by The-Compiler 7 months ago
- 1 comment
Labels: type: docs, skip news, backport 8.3.x
#13122 - Improve stepwise to not forget failed tests
Pull Request -
State: closed - Opened by nicoddemus 7 months ago
- 6 comments
Labels: bot:chronographer:provided
#13121 - build(deps): Bump pytest-asyncio from 0.25.0 to 0.25.2 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, python
#13120 - “Memory Error” when i use --html=report.html
Issue -
State: closed - Opened by yumeng1994 7 months ago
- 1 comment
#13119 - config option filterwarnings ignore::DeprecationWarning:* crashes with regex exception: PatternError
Issue -
State: closed - Opened by MarkusBiggus 7 months ago
- 4 comments
Labels: topic: reporting, good first issue, topic: config
#13118 - Hook:pytest_report_teststatus->cannot impl as wrapper
Issue -
State: closed - Opened by steadyfirmness 7 months ago
- 1 comment
Labels: invalid
#13117 - [PR #13086/3214263b backport][8.3.x] Fix scandir() crash by returning [] when directory is not found (#13083)
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
#13116 - [PR #13113/bdfc3a99 backport][8.3.x] Fix selftests with Pygments >= 2.19.0
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
- 1 comment
#13115 - Using Generic Exceptions (ExceptionGroups in particular) with raises in a type-safe manner is not ideal
Issue -
State: closed - Opened by tapetersen 7 months ago
- 6 comments
Labels: type: bug, topic: typing
#13114 - Pytest hangs on a failing assertion due to the assert message trying to diff a large amount of data
Issue -
State: closed - Opened by DFEvans 7 months ago
- 2 comments
#13113 - Fix selftests with Pygments >= 2.19.0
Pull Request -
State: closed - Opened by The-Compiler 7 months ago
- 3 comments
Labels: bot:chronographer:provided, backport 8.3.x
#13112 - Pytest's self tests are failing with pygments v2.19.0
Issue -
State: closed - Opened by Sillocan 7 months ago
- 7 comments
#13111 - Support negative patterns in `python_files` option.
Issue -
State: closed - Opened by ktbarrett 7 months ago
- 5 comments
Labels: status: needs information, stale
#13110 - build(deps): Bump pytest-asyncio from 0.25.0 to 0.25.1 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 1 comment
Labels: dependencies, python
#13109 - build(deps): Bump anyio[trio] from 4.7.0 to 4.8.0 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, python
#13108 - support conftest/ folders
Issue -
State: open - Opened by ofer-pd 7 months ago
- 7 comments
Labels: type: proposal, topic: fixtures
#13107 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
- 1 comment
#13106 - Allow adding parameter names to auto-generated parametrized test IDs
Pull Request -
State: open - Opened by Bastian-Krause 7 months ago
- 10 comments
Labels: bot:chronographer:provided
#13103 - Adding support for JUnit extensions used by the XRay plugin for Jira
Issue -
State: open - Opened by PascalVaudrevange 7 months ago
- 1 comment
Labels: type: proposal, plugin: junitxml
#13102 - Add basic implementation of PEP657 style expression markers in tracebacks
Pull Request -
State: closed - Opened by ammaraskar 7 months ago
- 2 comments
Labels: bot:chronographer:provided
#13101 - fixtures cannot be retrieved in pytest_runtest_makereport function for tests that are skipped during setup with the pytest.mark.skip marker
Issue -
State: closed - Opened by harmin-parra 7 months ago
- 9 comments
Labels: type: question, status: needs information, topic: fixtures
#13100 - Fix `-vv` overriding `--durations-min` (#12938)
Pull Request -
State: closed - Opened by JulianJvn 7 months ago
- 1 comment
Labels: bot:chronographer:provided
#13099 - broken link - monkeypatch blog post
Issue -
State: closed - Opened by Schefflera-Arboricola 7 months ago
- 3 comments
Labels: status: needs information
#13098 - Revert "Update LICENSE, fix copyright license year"
Pull Request -
State: closed - Opened by Pierre-Sassoulas 7 months ago
- 3 comments
Labels: skip news
#13094 - Avoid erroring out on unrecognized option until after conftests.py are read
Issue -
State: closed - Opened by oleksandr-pavlyk 7 months ago
- 3 comments
#13092 - Disable codecov PR annotations
Issue -
State: closed - Opened by jakkdl 7 months ago
- 2 comments
Labels: type: infrastructure
#13091 - Add Sphinx-compatible docstrings and inline comments for main.py (lines 245-490)
Pull Request -
State: closed - Opened by mohammadaminjohari 7 months ago
- 2 comments
Labels: bot:chronographer:provided
#13090 - Update main.py
Pull Request -
State: closed - Opened by mohammadaminjohari 7 months ago
#13088 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
- 1 comment
#13086 - Fix scandir() crash by returning [] when directory is not found (#13083)
Pull Request -
State: closed - Opened by delta87 7 months ago
- 3 comments
Labels: bot:chronographer:provided, backport 8.3.x
#13085 - fix #13083: Fix scandir() crash by returning [] when directory is not found (#13083)
Pull Request -
State: closed - Opened by delta87 7 months ago
Labels: bot:chronographer:provided
#13084 - Bug fix/scandir collection error
Pull Request -
State: closed - Opened by aday2418 7 months ago
- 4 comments
Labels: bot:chronographer:provided
#13083 - Race condition: collection error when directory is deleted before `scandir()` runs
Issue -
State: closed - Opened by Zac-HD 7 months ago
Labels: type: bug, good first issue
#13082 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 7 months ago
- 2 comments
#13081 - [TODO] Rewrite the plugin fetcher as a Sphinx extension
Issue -
State: closed - Opened by webknjaz 7 months ago
- 9 comments
Labels: type: docs, topic: website
#13080 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
- 1 comment
#13079 - Test is skipped without a skip mark added to the test
Issue -
State: closed - Opened by 201dreamers 7 months ago
- 7 comments
Labels: type: question, status: needs information, topic: marks, invalid, stale
#13076 - Introducing pytest Guru on Gurubase.io
Pull Request -
State: closed - Opened by Gurubaseio 7 months ago
#13073 - fix #13031: use the concrete id NOTSET for the empty parameter list
Pull Request -
State: closed - Opened by RonnyPfannschmidt 7 months ago
- 1 comment
Labels: bot:chronographer:provided, backport 8.3.x
#13072 - Terminal tab progress reporting using `OSC 9;4;` ANSI sequence
Issue -
State: open - Opened by bluetech 7 months ago
- 3 comments
Labels: type: proposal, topic: reporting, good first issue
#13071 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 7 months ago
#13070 - [PR #13069/76a7f59a backport][8.3.x] pre-commit: add zizmor hook
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
#13069 - pre-commit: add zizmor hook
Pull Request -
State: closed - Opened by bluetech 7 months ago
- 6 comments
Labels: skip news, backport 8.3.x
#13068 - [8.3.x] ci: fix failing jobs due to pluggy requiring Python>=3.9
Pull Request -
State: closed - Opened by bluetech 7 months ago
Labels: skip news
#13067 - [PR #13062/ee8f98d2 backport][8.3.x] ci: harden github actions according to "zizmor" recommendations
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
- 1 comment
#13066 - [PR #13064/d5254b50 backport][8.3.x] build(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
Pull Request -
State: closed - Opened by patchback[bot] 7 months ago
#13065 - build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, python
#13064 - build(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 1 comment
Labels: dependencies, github_actions, backport 8.3.x
#13063 - build(deps): Bump hynek/build-and-inspect-python-package from 2.10.0 to 2.11.0
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 1 comment
Labels: dependencies, github_actions, backport 8.3.x
#13062 - ci: harden github actions according to "zizmor" recommendations
Pull Request -
State: closed - Opened by bluetech 7 months ago
- 4 comments
Labels: skip news, backport 8.3.x
#13061 - Add --force-short-summary option and extend sequence printing with -vv
Pull Request -
State: closed - Opened by kenny-y-dev 7 months ago
- 3 comments
Labels: bot:chronographer:provided
#13060 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
- 1 comment
#13059 - Make async functions support in pytest hooks
Issue -
State: open - Opened by NadezhdaBel 7 months ago
- 2 comments
Labels: type: proposal
#13058 - Triggers a warning when overriding fixtures at the same level
Pull Request -
State: open - Opened by dongfangtianyu 8 months ago
- 1 comment
Labels: bot:chronographer:provided
#13057 - apply warnings filter as soon as possible, and remove it as late as possible
Pull Request -
State: closed - Opened by graingert 8 months ago
- 7 comments
Labels: bot:chronographer:provided
#13055 - pytest.mark.parametrize: parameter=value pairs in test IDs
Issue -
State: open - Opened by Bastian-Krause 8 months ago
Labels: type: proposal, topic: parametrize
#13054 - [PR #13053/28e1e25a backport][8.3.x] fix: Resolved an `ImportError` crash when using `--import-mode=importlib`
Pull Request -
State: closed - Opened by patchback[bot] 8 months ago
- 1 comment
#13053 - fix: Resolved an `ImportError` crash when using `--import-mode=importlib`
Pull Request -
State: closed - Opened by dongfangtianyu 8 months ago
- 4 comments
Labels: bot:chronographer:provided, backport 8.3.x
#13051 - Issues a warning when a function is not collected as a test case just because it uses `@pytest.fixture` (#12989)
Pull Request -
State: closed - Opened by dongfangtianyu 8 months ago
- 2 comments
Labels: bot:chronographer:provided
#13050 - Class Paths Have Strange Behavior on 8.3.4
Issue -
State: open - Opened by ilan-gold 8 months ago
- 2 comments
Labels: topic: collection
#13048 - [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] 8 months ago
#13047 - 8.3.4: approx broken when mixing numpy booleans and booleans
Issue -
State: closed - Opened by t-b 8 months ago
- 3 comments
Labels: type: bug, type: regression
#13046 - Bugfix for approx on mismatched dictionaries
Pull Request -
State: closed - Opened by dvdliu 8 months ago
- 3 comments
Labels: bot:chronographer:provided
#13045 - Consider adopting the Open Test Reporting format
Issue -
State: open - Opened by marcphilipp 8 months ago
- 13 comments
Labels: status: help wanted, type: proposal
#13044 - Fix for warning test arguments with default values
Pull Request -
State: open - Opened by huangbenny 8 months ago
#13043 - build(deps): Bump twisted from 24.10.0 to 24.11.0 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python
#13042 - build(deps): Bump anyio[curio,trio] from 4.6.2.post1 to 4.7.0 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python
#13041 - build(deps): Bump pytest-bdd from 8.0.0 to 8.1.0 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python
#13040 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 8 months ago
- 1 comment
#13039 - Handling of ellipsis in traceback comparisons for doctests
Pull Request -
State: closed - Opened by shannoncai 8 months ago
- 1 comment
Labels: bot:chronographer:provided
#13038 - Support parameterized fixtures in doctests
Issue -
State: open - Opened by staadecker 8 months ago
- 4 comments
Labels: type: docs, topic: collection, plugin: doctests, topic: fixtures
#13037 - [PR #13029/8cff1286 backport][8.3.x] fix `AttributeError` crash when using `--import-mode=importlib`
Pull Request -
State: closed - Opened by patchback[bot] 8 months ago
#13036 - typing: Improve FixtureDefinition and FixtureDef
Pull Request -
State: closed - Opened by nicoddemus 8 months ago
- 9 comments
Labels: skip news
#13035 - Documentation update for file pytest/src/_pytest/main.py
Pull Request -
State: closed - Opened by LClarky 8 months ago
#13034 - Wrong Comment in .git-blame-ignore-revs (closes #13033)
Pull Request -
State: closed - Opened by le-chartreux 8 months ago
Labels: skip news
#13033 - Wrong Comment in .git-blame-ignore-revs
Issue -
State: closed - Opened by le-chartreux 8 months ago
#13032 - build(deps): Bump django from 5.1.3 to 5.1.4 in /testing/plugins_integration
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, python
#13031 - Parametrizing a test with an empty list calls `ids` callback with the private constant `NOTSET`
Issue -
State: closed - Opened by mon 8 months ago
- 7 comments
#13030 - Should warn when using `pytest_plugins` in a test file (since it's also not the root conftest.py)
Issue -
State: open - Opened by ryangalamb 8 months ago
- 4 comments
Labels: type: deprecation
#13029 - fix `AttributeError` crash when using `--import-mode=importlib`
Pull Request -
State: closed - Opened by dongfangtianyu 8 months ago
- 2 comments
Labels: bot:chronographer:provided
#13028 - remove 1-second join from threadexception plugin
Issue -
State: closed - Opened by graingert 8 months ago
#13027 - remove 1-second join from threadexception plugin
Pull Request -
State: closed - Opened by graingert 8 months ago
- 1 comment
Labels: skip news, bot:chronographer:provided
#13026 - Upgrade pytest from 8.3.3 to 8.3.4 triggers `AttributeError: module 'code' has no attribute '__path__'. Did you mean: '__all__'?`
Issue -
State: closed - Opened by petervandenabeele 8 months ago
- 3 comments
#13024 - SystemError occured in Windows Python 3.13.0
Issue -
State: closed - Opened by KafCoppelia 8 months ago
- 3 comments
#13023 - --tb=native should exclude non-user frames
Issue -
State: closed - Opened by belm0 8 months ago
- 3 comments
Labels: status: needs information, stale
#13022 - Fix parametrized mark over staticmethod decorator
Pull Request -
State: closed - Opened by eitanwass 8 months ago
- 1 comment
Labels: bot:chronographer:provided
#13021 - 8.3.4 changed atexit behavior
Issue -
State: open - Opened by hynek 8 months ago
- 8 comments
Labels: topic: rewrite
#13020 - [PR #13019/e135d760 backport][8.3.x] Remove 'pip' command hint from release announcement
Pull Request -
State: closed - Opened by patchback[bot] 8 months ago
#13019 - Remove 'pip' command hint from release announcement
Pull Request -
State: closed - Opened by nicoddemus 8 months ago
- 1 comment
Labels: skip news, backport 8.3.x
#13018 - Prepare release 8.3.4
Pull Request -
State: closed - Opened by github-actions[bot] 8 months ago
- 18 comments
#13017 - Prepare release 8.3.4
Pull Request -
State: closed - Opened by github-actions[bot] 8 months ago
#13016 - threadexception enhancements
Pull Request -
State: closed - Opened by graingert 8 months ago
- 2 comments
Labels: bot:chronographer:provided
#13015 - [automated] Update plugin list
Pull Request -
State: closed - Opened by github-actions[bot] 8 months ago
- 1 comment