issues Search Results · repo:pytest-dev/pytest language:Python
Filter by
6k results
(69 ms)6k results
inpytest-dev/pytest (press backspace or delete to remove)What s the problem this feature will solve?
The documentation for -p and PYTEST_PLUGINS differs and appears incomplete. In particular (in all the below,
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1):
- Their relation ...
hseg
- Opened 7 hours ago
- #13388
cutting most of the details here -- I m using pytest 8.3.5 and just got this surprising result:
$ pytest tests/check_merge_conflict_test.py
============================= test session starts ============================== ...
good first issue
needs backport
topic: reporting
type: bug
type: performance
type: proposal
type: refactoring
asottile
- 4
- Opened 3 days ago
- #13384
Following all the many posts about namespaces, I have the following setup, using pytest 8.3.4 and poetry 0.1.0:
In pyproject.toml:
[tool.pytest.ini_options]
consider_namespace_packages=true
addopts = ...
bimargulies
- 3
- Opened 6 days ago
- #13379
!-- Thanks for submitting an issue!
Quick check-list while reporting bugs:
- [x] a detailed description of the bug or problem you are having
- Doesn t depend on specific packages [ ] output of pip ...
purplezimmermann
- Opened 7 days ago
- #13376
Description
I am using pytest to check the correctness (up to a given relative precision) of some arrays computed with a package
named PyEPRI that I am developing. I use pytest.mark.parametrize to execute ...
status: needs information
remy-abergel
- 6
- Opened 8 days ago
- #13374
!-- Thanks for suggesting a feature!
Quick check-list while suggesting features:
What s the problem this feature will solve?
!-- What are you trying to do, that you are unable to achieve with pytest ...
type: proposal
harmin-parra
- 3
- Opened 9 days ago
- #13371
When executing pytester.runpytest in an environment containing a pytest plugin that modifies the output, the result is
that vanilla pytester tries and fails to parse the modified output, yielding failed ...
type: docs
hseg
- 2
- Opened 12 days ago
- #13369
to reproduce (with uv, but basically just from a fresh venv):
mkdir temp cd temp
uv venv .venv/bin/activate
pip install pytest
cat EOF conftest.py
import pytest
def pytest_addoption(parser): ...
MarcinKonowalczyk
- Opened 12 days ago
- #13368
I m brand new to pytest, so I started with the Getting Started tutorial:
https://docs.pytest.org/en/stable/getting-started.html
While reading that, I clicked the link to standard test discovery rules ...
coredumperror
- 1
- Opened 12 days ago
- #13367
Hello. In psutil tests I have the following idiom:
import psutil, pytest, traceback
try:
HAS_CPU_FREQ = hasattr(psutil, cpu_freq ) and bool(psutil.cpu_freq())
except Exception:
traceback.print_exc() ...
giampaolo
- 1
- Opened 13 days ago
- #13365

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.