Skip to content

Issues: pytest-dev/pytest

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Pytest 8 broke sorting for package-scoped fixtures topic: collection related to the collection phase topic: fixtures anything involving fixtures directly or indirectly type: bug problem that needs to be addressed type: regression indicates a problem that was introduced in a release which was working previously
#12328 opened May 15, 2024 by bmerry
4 tasks done
Test failures on Python 3.13.0b1
#12323 opened May 14, 2024 by mgorny
Warn if collection spends >5s traversing a directory without collecting any tests topic: collection related to the collection phase topic: reporting related to terminal output and user-facing messages and errors type: performance performance or memory problem/improvement
#12312 opened May 12, 2024 by Zac-HD
Extra info in assertion is truncated even with -vv topic: reporting related to terminal output and user-facing messages and errors topic: rewrite related to the assertion rewrite mechanism type: bug problem that needs to be addressed
#12307 opened May 11, 2024 by The-Compiler
c85fce39b broke importing standard library modules that are "masked" topic: collection related to the collection phase type: bug problem that needs to be addressed
#12303 opened May 10, 2024 by s-t-e-v-e-n-k
4 tasks done
Incorrect confcutdir inferred when rootdir is under a symlink directory topic: collection related to the collection phase type: bug problem that needs to be addressed
#12291 opened May 6, 2024 by buddly27
Support Dark Mode for Pytest Docs Website type: docs documentation improvement, missing or needing clarification
#12290 opened May 6, 2024 by cverrier
The teardown does not execute properly for session level fixture when we use --reruns status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
#12284 opened May 3, 2024 by komalc9
Support marker keyword arguments in marker expression (test selection via -m) topic: marks related to marks, either the general marks or builtin topic: selection related to test selection from the command line type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12281 opened May 2, 2024 by lovetheguitar
Since 8.2.0, automatic multiprocessing causes race conditions in my project status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
#12278 opened Apr 30, 2024 by Schwaneberg
With 8.2.0, attempt to import docs from niece module fails status: help wanted developers would like help from experts on this topic topic: collection related to the collection phase type: regression indicates a problem that was introduced in a release which was working previously
#12276 opened Apr 30, 2024 by jaraco
1 of 4 tasks
PyTest 8.2.0 in compatible with certain versions of pytorch, especially DDP tests plugin: unittest related to the unittest integration builtin plugin type: regression indicates a problem that was introduced in a release which was working previously
#12273 opened Apr 29, 2024 by nWEIdia
Pytest 8.2.0 breaks Jenkins unittesting [Python 3.10] status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
#12266 opened Apr 28, 2024 by matthuisman
Issue with pytest 8.2.0 and tornado async tests plugin: unittest related to the unittest integration builtin plugin type: regression indicates a problem that was introduced in a release which was working previously
#12263 opened Apr 28, 2024 by arossert
Show nicer tracebacks for BaseExceptionGroup from fixture setup/teardown type: enhancement new feature or API change, should be merged into features branch
#12255 opened Apr 26, 2024 by nicoddemus
monkeypatch.setattr started failing in Pytest 8.1.2 (setuptools CI) plugin: monkeypatch related to the monkeypatch builtin plugin type: bug problem that needs to be addressed
#12254 opened Apr 26, 2024 by abravalheri
2 of 3 tasks
Handle warnings raised at import time early in pytest process plugin: warnings related to the warnings builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12249 opened Apr 26, 2024 by Redoubts
Let OutcomeException inherit from Exception instead of BaseException type: docs documentation improvement, missing or needing clarification
#12235 opened Apr 22, 2024 by JCZuurmond
Documentation request: types/shapes of options in [tool.pytest.ini_options] topic: config related to config handling, argument parsing and config file type: docs documentation improvement, missing or needing clarification
#12228 opened Apr 19, 2024 by abravalheri
support an alternate syntax for "not" (as in pytest -m "not stuff") stale status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
#12226 opened Apr 19, 2024 by trondhindenes
junit-xml output attribute can be too big to handle with -vv plugin: junitxml related to the junitxml builtin plugin type: performance performance or memory problem/improvement
#12223 opened Apr 17, 2024 by Redoubts
Adding parameterized fixture in pytest_generate_test is not executing the fixture's code, even if it is marked as "indirect" topic: fixtures anything involving fixtures directly or indirectly topic: parametrize related to @pytest.mark.parametrize
#12216 opened Apr 15, 2024 by amitw-di
ProTip! Type g i on any issue or pull request to go back to the issue listing page.